From: Bjorn Helgaas Date: Fri, 28 Oct 2011 22:26:00 +0000 (-0600) Subject: PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() X-Git-Tag: v3.3-rc1~101^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e39ae9f9035ee02e014b5fe29461674fe19624d;p=pandora-kernel.git PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() This converts pci_scan_bus_parented() to use pci_create_root_bus() instead of pci_create_bus(). The new bus still has the default (incorrect) resources, so this patch doesn't help fix that problem, but it does remove one more use of pci_create_bus(). Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed