parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()
authorBjorn Helgaas <[email protected]>
Fri, 28 Oct 2011 22:27:22 +0000 (16:27 -0600)
committerJesse Barnes <[email protected]>
Fri, 6 Jan 2012 20:11:06 +0000 (12:11 -0800)
commit42605fa6665ea86bbbd4de61693a0b002830277b
treef2a150c54c2ec14725a2ea2f5dd007194839dd43
parentf4d9ea9abf04a6ad9643df5497e6243fbf64196e
parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()

No functional change here; just converting from pci_scan_bus_parented()
to pci_create_bus() to make a future patch simpler.

CC: [email protected]
Signed-off-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
drivers/parisc/lba_pci.c