From: Benjamin Herrenschmidt Date: Sun, 11 Sep 2011 17:08:38 +0000 (-0300) Subject: PCI: Make pci_setup_bridge() non-static for use by arch code X-Git-Tag: v3.2-rc1~128^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24442733ee486c99d03fe2ecd98924d1bc14c51;p=pandora-kernel.git PCI: Make pci_setup_bridge() non-static for use by arch code The "powernv" platform of the powerpc architecture needs to assign PCI resources using a specific algorithm to fit some HW constraints of the IBM "IODA" architecture (related to the ability to create error handling domains that encompass specific segments of MMIO space). For doing so, it wants to call pci_setup_bridge() from architecture specific resource management in order to configure bridges after all resources have been assigned. So make it non-static. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed