]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 28 Oct 2011 22:27:22 +0000 (16:27 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 12 Dec 2011 20:52:55 +0000 (12:52 -0800)
commitd6427dd1dae77b71de5237ee36c7dac6ed99e95a
treec33aac64781c94f774cfce2e461bdea58cf992d1
parent75b5a7809824b8ca69d70a220f2153bbb2035cfc
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: linux-parisc@vger.kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/parisc/lba_pci.c