]> 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, 13 Dec 2011 18:42:12 +0000 (10:42 -0800)
commit8794c720b55f8a49806e4dcb8dea693318d1a7bb
tree9b4a218e92453629d3eedfe1edad4d01eed93ece
parente324c952049ae54b11454e83485f7bfdc3dd3701
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