]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/acpi/Makefile
ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 22 Dec 2012 23:02:54 +0000 (00:02 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 3 Jan 2013 12:09:41 +0000 (13:09 +0100)
commit38a9a67a281eeebcd7cccf87f0e371f58ae625e3
tree91f8dd1862d8f46739d01d89299eed82fe3a6545
parentd2e5f0c16ad60a7208fd371233e63b73c990ece2
ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c

Move the code related to _PRT setup and removal and to power
resources from acpi_pci_bind() and acpi_pci_unbind() to the .setup()
and .cleanup() callbacks in acpi_pci_bus and remove acpi_pci_bind()
and acpi_pci_unbind() that have no purpose any more.  Accordingly,
remove the code related to device .bind() and .unbind() operations
from the ACPI PCI root bridge driver.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Toshi Kani <toshi.kani@hp.com>
drivers/acpi/Makefile
drivers/acpi/pci_bind.c [deleted file]
drivers/acpi/pci_root.c
drivers/pci/pci-acpi.c