From: Satoru Takeuchi Date: Tue, 12 Sep 2006 17:16:36 +0000 (-0700) Subject: PCI: add pci_stop_bus_device X-Git-Tag: v2.6.19-rc1~1004^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f8aa9b464b73e0553f092b747770940ee0ea54;p=pandora-kernel.git PCI: add pci_stop_bus_device This patch adds pci_stop_bus_device() which stops a PCI device (detach the driver, remove from the global list and so on) and any children. This is needed for ACPI based PCI-to-PCI bridge hot-remove, and it will be also needed for ACPI based PCI root bridge hot-remove. Signed-off-by: Kenji Kaneshige Signed-off-by: MUNEDA Takahiro Signed-off-by: Satoru Takeuchi Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed