projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9391d6b
)
[MIPS] IP27: Export symbol pcibus_to_node to modules.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 5 Aug 2008 22:44:49 +0000
(23:44 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Aug 2008 08:10:25 +0000
(09:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-ip27.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pci/pci-ip27.c
b/arch/mips/pci/pci-ip27.c
index ce92f82b16d26f884b5ebc288ed4bcd36d1790ff..bd78368c82bf2001a035a54bb9ff94942ba4cbd0 100644
(file)
--- a/
arch/mips/pci/pci-ip27.c
+++ b/
arch/mips/pci/pci-ip27.c
@@
-205,6
+205,7
@@
int pcibus_to_node(struct pci_bus *bus)
return bc->nasid;
}
+EXPORT_SYMBOL(pcibus_to_node);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3,
pci_fixup_ioc3);