Skip to content

Commit

Permalink
[MIPS] IP27: Export symbol pcibus_to_node to modules.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 26, 2008
1 parent 9391d6b commit a571444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/pci/pci-ip27.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit a571444

Please sign in to comment.