diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-08-05 23:44:49 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-08-26 09:10:25 +0100 |
commit | a571444a06257558039619a9eecfb137812670eb (patch) | |
tree | 0d6fcdd32e426a895295fc301958b7ee95523c91 /arch/mips | |
parent | 9391d6bbedfd28c20531be75a3929c62bb43676e (diff) | |
download | kernel-crypto-a571444a06257558039619a9eecfb137812670eb.tar.gz kernel-crypto-a571444a06257558039619a9eecfb137812670eb.tar.xz kernel-crypto-a571444a06257558039619a9eecfb137812670eb.zip |
[MIPS] IP27: Export symbol pcibus_to_node to modules.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/pci/pci-ip27.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/pci/pci-ip27.c b/arch/mips/pci/pci-ip27.c index ce92f82b16d..bd78368c82b 100644 --- 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); |