Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120135
b: refs/heads/master
c: a9df1ed
h: refs/heads/master
i:
  120133: a1ae108
  120131: 2b8bec2
  120127: 9072aa2
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent cbc0e01 commit 48a0eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e32018b0428038b492dad5b19e80bf7d6dc002d
refs/heads/master: a9df1ed92fc46cb7c9a9c6b74dbd8bbdc41f69ce
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/sh_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 48a0eca

Please sign in to comment.