]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: convert pci_scan_bus() to use pci_create_root_bus()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 28 Oct 2011 22:25:55 +0000 (16:25 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 6 Jan 2012 20:10:53 +0000 (12:10 -0800)
commit6f30e1a3529a3dfdedc140f260b4d46f9ffec8ab
treec4ad7b48299c2916117367641dfe1fa09325d8e1
parentd4daf01372ea0ef395ef45d64e6efbcc7b032191
PCI: convert pci_scan_bus() to use pci_create_root_bus()

I plan to deprecate pci_scan_bus_parented(), so use pci_create_root_bus()
directly instead.  pci_scan_bus() itself will be removed as soon as all
callers are gone, so this is just an interim step.

v2: export pci_scan_bus

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/probe.c
include/linux/pci.h