diff options
author | David S. Miller <davem@davemloft.net> | 2010-12-12 17:57:53 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-12 17:57:53 -0500 |
commit | bce5feeab418fb1df9ce1c3fcc14f0aacf740208 (patch) | |
tree | 51037522aa53bc01da516d4506367e9ea6446fbf /arch/sparc/prom/console_64.c | |
parent | 154337688bfa970453836e65a27de011aba55331 (diff) |
sparc: Eliminate prom_stdin.
Completely unused.
Based upon a patch by Julian Calaby.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/prom/console_64.c')
-rw-r--r-- | arch/sparc/prom/console_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/prom/console_64.c b/arch/sparc/prom/console_64.c index ed39e75828bd..9de6c8cfe04a 100644 --- a/arch/sparc/prom/console_64.c +++ b/arch/sparc/prom/console_64.c | |||
@@ -13,8 +13,6 @@ | |||
13 | #include <asm/system.h> | 13 | #include <asm/system.h> |
14 | #include <linux/string.h> | 14 | #include <linux/string.h> |
15 | 15 | ||
16 | extern int prom_stdin, prom_stdout; | ||
17 | |||
18 | static int __prom_console_write_buf(const char *buf, int len) | 16 | static int __prom_console_write_buf(const char *buf, int len) |
19 | { | 17 | { |
20 | unsigned long args[7]; | 18 | unsigned long args[7]; |