diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-08-05 18:44:49 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-08-26 04:10:25 -0400 |
commit | a571444a06257558039619a9eecfb137812670eb (patch) | |
tree | 0d6fcdd32e426a895295fc301958b7ee95523c91 /arch | |
parent | 9391d6bbedfd28c20531be75a3929c62bb43676e (diff) |
[MIPS] IP27: Export symbol pcibus_to_node to modules.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-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 ce92f82b16d2..bd78368c82bf 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) | |||
205 | 205 | ||
206 | return bc->nasid; | 206 | return bc->nasid; |
207 | } | 207 | } |
208 | EXPORT_SYMBOL(pcibus_to_node); | ||
208 | 209 | ||
209 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, | 210 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, |
210 | pci_fixup_ioc3); | 211 | pci_fixup_ioc3); |