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>
This commit is contained in:
@@ -34,11 +34,6 @@ void sh_bios_console_write(const char *buf, unsigned int len)
|
||||
sh_bios_call(BIOS_CALL_CONSOLE_WRITE, (long)buf, (long)len, 0, 0);
|
||||
}
|
||||
|
||||
void sh_bios_char_out(char ch)
|
||||
{
|
||||
sh_bios_call(BIOS_CALL_CHAR_OUT, ch, 0, 0, 0);
|
||||
}
|
||||
|
||||
void sh_bios_gdb_detach(void)
|
||||
{
|
||||
sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0);
|
||||
|
Reference in New Issue
Block a user