From: Bjorn Helgaas Date: Fri, 28 Oct 2011 22:27:43 +0000 (-0600) Subject: powerpc/PCI: convert to pci_create_root_bus() X-Git-Tag: v3.3-rc1~101^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a709f890a7b84930942a5f5f82011312fe727c;p=pandora-kernel.git powerpc/PCI: convert to pci_create_root_bus() 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 powerpc fixed the resources before scanning the bus, but it makes powerpc more consistent with other architectures. v2: fix build error with resource pointer passing CC: Benjamin Herrenschmidt Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed