diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-16 21:39:33 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:44 -0500 |
commit | a9df1ed92fc46cb7c9a9c6b74dbd8bbdc41f69ce (patch) | |
tree | bd8b4ba50e0904974bdbe3019a97757da2c37a18 /arch/sh | |
parent | 8e32018b0428038b492dad5b19e80bf7d6dc002d (diff) |
sh: export sh_bios_get_node_addr() symbol for stnic module.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/sh_bios.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/sh_bios.c b/arch/sh/kernel/sh_bios.c index 7c8c58ec5dec..ae64e6df2957 100644 --- a/arch/sh/kernel/sh_bios.c +++ b/arch/sh/kernel/sh_bios.c | |||
@@ -60,13 +60,13 @@ void sh_bios_gdb_detach(void) | |||
60 | { | 60 | { |
61 | sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0); | 61 | sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0); |
62 | } | 62 | } |
63 | 63 | EXPORT_SYMBOL_GPL(sh_bios_gdb_detach); | |
64 | EXPORT_SYMBOL(sh_bios_gdb_detach); | ||
65 | 64 | ||
66 | void sh_bios_get_node_addr(unsigned char *node_addr) | 65 | void sh_bios_get_node_addr(unsigned char *node_addr) |
67 | { | 66 | { |
68 | sh_bios_call(BIOS_CALL_ETH_NODE_ADDR, 0, (long)node_addr, 0, 0); | 67 | sh_bios_call(BIOS_CALL_ETH_NODE_ADDR, 0, (long)node_addr, 0, 0); |
69 | } | 68 | } |
69 | EXPORT_SYMBOL_GPL(sh_bios_get_node_addr); | ||
70 | 70 | ||
71 | void sh_bios_shutdown(unsigned int how) | 71 | void sh_bios_shutdown(unsigned int how) |
72 | { | 72 | { |