]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1107964bbf5241e10a4512a39cfdfbe95d4fa7fa
tree91f8dd1862d8f46739d01d89299eed82fe3a6545
parent43bdcb9fba2b98608c4ed94c2edeb42816bc5d05
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