ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver
commitdb3e1cc3257758d8a694d0a6ab29f109fb019853
authorLi Shaohua <shaohua.li@intel.com>
Thu, 7 Dec 2006 12:57:05 +0000 (7 20:57 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 16 Dec 2006 04:38:35 +0000 (15 23:38 -0500)
tree04acebdac81e32af4ce8eea2c4e04efdeead26f3
parent54a07001b9efb6a3bb9a9d8ac9ddb226e29b5406
ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver

acpi_device had a .bind/.unbind methods, but Linux driver model does not.
Cut ACPI PCI code over to use the Linux driver model methods.

Convert bind/unbind to use a new pci bridge driver.
The driver will add/remove _PRT, so we can eventually
remove .bind/.unbind methods.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_bind.c
drivers/acpi/pci_root.c
drivers/acpi/scan.c