frv/PCI: convert to pci_scan_root_bus() for correct root bus resources
commite2a7965ee07360c448ffa4eb3d5ccee01c42251e
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 28 Oct 2011 22:26:21 +0000 (28 16:26 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 6 Jan 2012 20:10:57 +0000 (6 12:10 -0800)
tree9895ce454dc0f8c6186ddfbefd6c36dc4c08b9a3
parent37d15909ff6bf6e97e1d4447efa7f1a19e7a508e
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 <dhowells@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/frv/mb93090-mb00/pci-vdk.c