diff options
author | Steve French <sfrench@us.ibm.com> | 2008-08-27 22:47:00 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-08-27 22:47:00 -0400 |
commit | 6405c9cd9bf7b1c35ed76ef8ee3e217056285702 (patch) | |
tree | 0659c9ae17d1375f185f88f4f7fef1a667f375d8 /arch/mips/pci | |
parent | bcc55c6664a90146149ba0fd93052adc94287b9f (diff) | |
parent | 4c246edd2550304df5b766cc841584b2bb058843 (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/mips/pci')
-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); |