projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8bf93
)
PCI: export pcie_bus_configure_settings symbol
author
Jon Mason
<
[email protected]
>
Tue, 2 Aug 2011 05:01:18 +0000
(
00:01
-0500)
committer
Jesse 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
patch
|
blob
|
history
diff --git
a/drivers/pci/probe.c
b/drivers/pci/probe.c
index 5becf7cd50d838aedf5ff6c23847ab472d51c89a..8473727b29fabaaa743b3d02ee771822175d02b4 100644
(file)
--- 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)
{