PCI: Introduce pci_rescan_bus()
authorAlex Chiang <achiang@hp.com>
Fri, 20 Mar 2009 20:56:25 +0000 (14:56 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 20 Mar 2009 21:57:44 +0000 (14:57 -0700)
commit3ed4fd96b3188406ac5357d9290bcffa08c65cf6
tree1e48401b56c35554e84c8d627c6c04e83a999a9e
parent9dd90cafa7a712d283e2e0c625b022e19f746762
PCI: Introduce pci_rescan_bus()

This API is used by the PCI core to rescan a bus and rediscover
newly added devices.

Over time, it is expected that the various PCI hotplug drivers
will migrate to this interface and away from the old
pci_do_scan_bus() interface.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/fakephp.c
drivers/pci/probe.c
include/linux/pci.h