From: Li Shaohua Date: Thu, 7 Dec 2006 12:57:05 +0000 (+0800) Subject: ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver X-Git-Tag: v2.6.21-rc1~92^2~32^2^2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3e1cc3257758d8a694d0a6ab29f109fb019853;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed