提交 ce05a94e 编写于 作者: D David S. Miller

sparc64: Delete prom_puts() unused.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b690c425
...@@ -81,19 +81,3 @@ prom_putchar(char c) ...@@ -81,19 +81,3 @@ prom_putchar(char c)
{ {
prom_nbputchar(c); prom_nbputchar(c);
} }
void
prom_puts(const char *s, int len)
{
unsigned long args[7];
args[0] = (unsigned long) "write";
args[1] = 3;
args[2] = 1;
args[3] = (unsigned int) prom_stdout;
args[4] = (unsigned long) s;
args[5] = len;
args[6] = (unsigned long) -1;
p1275_cmd_direct(args);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册