Skip to content

Commit debc3b7

Browse files
Jon Masonjbarnes993
authored andcommitted
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 <[email protected]> Signed-off-by: Jon Mason <[email protected]> Signed-off-by: Jesse Barnes <[email protected]>
1 parent 9e8bf93 commit debc3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/probe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,7 @@ void pcie_bus_configure_settings(struct pci_bus *bus, u8 mpss)
14701470
pcie_bus_configure_set(bus->self, &smpss);
14711471
pci_walk_bus(bus, pcie_bus_configure_set, &smpss);
14721472
}
1473+
EXPORT_SYMBOL_GPL(pcie_bus_configure_settings);
14731474

14741475
unsigned int __devinit pci_scan_child_bus(struct pci_bus *bus)
14751476
{

0 commit comments

Comments
 (0)