[PATCH] Add pci_bus_type probe and remove methods
authorRussell King <rmk@arm.linux.org.uk>
Thu, 5 Jan 2006 14:30:22 +0000 (14:30 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Jan 2006 19:26:04 +0000 (11:26 -0800)
commitb15d686a2b589c9e4f1ea116553e9c3c3d030dae
treea4412435d021a65c38a4e91b2ec6e94aaba76ce2
parent594c8281f90560faf9632d91bb9d402cbe560e63
[PATCH] Add pci_bus_type probe and remove methods

Move the PCI bus device probe/remove methods to the bus_type
structure.  We leave the shutdown method alone since there
are compatibility issues with that.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci-driver.c