]> git.karo-electronics.de Git - karo-tx-linux.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>
Tue, 6 Dec 2011 17:26:28 +0000 (09:26 -0800)
commit30f1e07650147fbc995d6c21d178b2fef84c9783
treede83429e74cff6a9ee86cfffb523ddab5866f36b
parent66e57845918059d6d0db815fea9a082d4308281c
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.

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