diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-12 15:26:11 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-12 15:26:11 +0900 |
commit | b9303a79567d4a45b015dff7e71dd24923332d8d (patch) | |
tree | 27f65bbe579e8f1f00c971a5f5d27add0e4b349d /arch/sh/include/asm/sh_bios.h | |
parent | 65fedbbef8404be5e1dbd18bdad252616b49a24b (diff) |
sh: Kill off more unused sh_bios callbacks.
sh_bios_char_out() is not used by anything in-tree these days, so just
get rid of it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/sh_bios.h')
-rw-r--r-- | arch/sh/include/asm/sh_bios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/sh_bios.h b/arch/sh/include/asm/sh_bios.h index d8a67a17777..95714c28422 100644 --- a/arch/sh/include/asm/sh_bios.h +++ b/arch/sh/include/asm/sh_bios.h @@ -9,7 +9,6 @@ * usually from within the early stages of kernel boot. */ extern void sh_bios_console_write(const char *buf, unsigned int len); -extern void sh_bios_char_out(char ch); extern void sh_bios_gdb_detach(void); extern void sh_bios_get_node_addr(unsigned char *node_addr); |