]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: export sh_bios_get_node_addr() symbol for stnic module.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Dec 2008 02:39:33 +0000 (11:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:44 +0000 (18:44 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/sh_bios.c

index 7c8c58ec5dec7c6f813bec28563a7019bb05c410..ae64e6df295768aa7a16023093d59683b14a87cc 100644 (file)
@@ -60,13 +60,13 @@ void sh_bios_gdb_detach(void)
 {
        sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0);
 }
-
-EXPORT_SYMBOL(sh_bios_gdb_detach);
+EXPORT_SYMBOL_GPL(sh_bios_gdb_detach);
 
 void sh_bios_get_node_addr(unsigned char *node_addr)
 {
        sh_bios_call(BIOS_CALL_ETH_NODE_ADDR, 0, (long)node_addr, 0, 0);
 }
+EXPORT_SYMBOL_GPL(sh_bios_get_node_addr);
 
 void sh_bios_shutdown(unsigned int how)
 {