]> Git Repo - linux.git/commitdiff
PCI: export pcie_bus_configure_settings symbol
authorJon Mason <[email protected]>
Tue, 2 Aug 2011 05:01:18 +0000 (00:01 -0500)
committerJesse Barnes <[email protected]>
Tue, 2 Aug 2011 15:53:00 +0000 (08:53 -0700)
pcie_bus_configure_settings needs to be exported if the PCI hotplug
driver is being compiled as a module.

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
drivers/pci/probe.c

index 5becf7cd50d838aedf5ff6c23847ab472d51c89a..8473727b29fabaaa743b3d02ee771822175d02b4 100644 (file)
@@ -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)
 {
This page took 0.053286 seconds and 4 git commands to generate.