From: Bjorn Helgaas Date: Fri, 28 Oct 2011 22:26:46 +0000 (-0600) Subject: microblaze/PCI: convert to pci_create_root_bus() for correct root bus resources X-Git-Tag: v3.3-rc1~101^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58de74b805312c7f5757cb654e9829bd9c1f3c69;p=pandora-kernel.git microblaze/PCI: convert to pci_create_root_bus() for correct root bus resources Convert from pci_create_bus() to pci_create_root_bus(). This way the root bus resources are correct immediately. This patch doesn't fix a problem because microblaze fixed the resources before scanning the bus, but it makes microblaze more consistent with other architectures. It also allows us to use the pci_scan_root_bus() path safely. CC: Michal Simek Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed