提交 a9df1ed9 编写于 作者: P Paul Mundt

sh: export sh_bios_get_node_addr() symbol for stnic module.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 8e32018b
...@@ -60,13 +60,13 @@ void sh_bios_gdb_detach(void) ...@@ -60,13 +60,13 @@ void sh_bios_gdb_detach(void)
{ {
sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0); sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0);
} }
EXPORT_SYMBOL_GPL(sh_bios_gdb_detach);
EXPORT_SYMBOL(sh_bios_gdb_detach);
void sh_bios_get_node_addr(unsigned char *node_addr) void sh_bios_get_node_addr(unsigned char *node_addr)
{ {
sh_bios_call(BIOS_CALL_ETH_NODE_ADDR, 0, (long)node_addr, 0, 0); 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) void sh_bios_shutdown(unsigned int how)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册