From: Jon Mason Date: Tue, 2 Aug 2011 05:01:18 +0000 (-0500) Subject: PCI: export pcie_bus_configure_settings symbol X-Git-Tag: next-20110803~71^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=debc3b778508f59696ff188f0feca271dcbfa7d9;p=karo-tx-linux.git PCI: export pcie_bus_configure_settings symbol pcie_bus_configure_settings needs to be exported if the PCI hotplug driver is being compiled as a module. Reported-by: Stephen Rothwell Signed-off-by: Jon Mason Signed-off-by: Jesse Barnes --- diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 5becf7cd50d8..8473727b29fa 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -1470,6 +1470,7 @@ void pcie_bus_configure_settings(struct pci_bus *bus, u8 mpss) pcie_bus_configure_set(bus->self, &smpss); pci_walk_bus(bus, pcie_bus_configure_set, &smpss); } +EXPORT_SYMBOL_GPL(pcie_bus_configure_settings); unsigned int __devinit pci_scan_child_bus(struct pci_bus *bus) {