From: Bjorn Helgaas Date: Fri, 28 Oct 2011 22:26:21 +0000 (-0600) Subject: frv/PCI: convert to pci_scan_root_bus() for correct root bus resources X-Git-Tag: v3.3-rc1~101^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a7965ee07360c448ffa4eb3d5ccee01c42251e;p=pandora-kernel.git frv/PCI: convert to pci_scan_root_bus() for correct root bus resources Convert from pci_scan_bus() to pci_scan_root_bus() and remove root bus resource fixups. This fixes the problem of "early" and "header" quirks seeing incorrect root bus resources. Note that peer root buses are scanned with pci_scan_bus() (which is now deprecated), so they have the default ioport_resource and iomem_resource resources. This is unchanged from before, but these resources are incorrect, and I don't know how to discover the correct ones. CC: David Howells Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed