diff options
author | Jon Mason <mason@myri.com> | 2011-08-02 01:01:18 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-08-02 11:53:00 -0400 |
commit | debc3b778508f59696ff188f0feca271dcbfa7d9 (patch) | |
tree | 539664ef0a6ce55aff6a43ae33da149c52090b63 /drivers/pci | |
parent | 9e8bf93a7f416a3fa8fb6d76177d90e67bd45496 (diff) |
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 <sfr@canb.auug.org.au>
Signed-off-by: Jon Mason <mason@myri.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
1470 | pcie_bus_configure_set(bus->self, &smpss); | 1470 | pcie_bus_configure_set(bus->self, &smpss); |
1471 | pci_walk_bus(bus, pcie_bus_configure_set, &smpss); | 1471 | pci_walk_bus(bus, pcie_bus_configure_set, &smpss); |
1472 | } | 1472 | } |
1473 | EXPORT_SYMBOL_GPL(pcie_bus_configure_settings); | ||
1473 | 1474 | ||
1474 | unsigned int __devinit pci_scan_child_bus(struct pci_bus *bus) | 1475 | unsigned int __devinit pci_scan_child_bus(struct pci_bus *bus) |
1475 | { | 1476 | { |