projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e32018
)
sh: export sh_bios_get_node_addr() symbol for stnic module.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 17 Dec 2008 02:39:33 +0000
(11:39 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/sh_bios.c
b/arch/sh/kernel/sh_bios.c
index 7c8c58ec5dec7c6f813bec28563a7019bb05c410..ae64e6df295768aa7a16023093d59683b14a87cc 100644
(file)
--- a/
arch/sh/kernel/sh_bios.c
+++ b/
arch/sh/kernel/sh_bios.c
@@
-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)
{