[PATCH] PCI: Add pci_device_shutdown to pci_bus_type
authorBrian Gerst <bgerst@didntduck.org>
Sun, 19 Feb 2006 21:05:52 +0000 (16:05 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:35:13 +0000 (14:35 -0800)
The extra compatability code is not necessary.  Any code still using
the old shutdown method will trigger the warning in driver_register()
instead.

Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found