diff mbox

[RFC,4/8] sparc: prom: Remove unused definition of prom_stdin

Message ID 4CF9BC84.70905@gmail.com
State Superseded
Delegated to: David Miller
Headers show

Commit Message

Julian Calaby Dec. 4, 2010, 3:59 a.m. UTC
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
---

er, same again. Sorry about this, I haven't done it in a while =)

 arch/sparc/prom/console_64.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/sparc/prom/console_64.c b/arch/sparc/prom/console_64.c
index d4eb8ae..d66b98c 100644
--- a/arch/sparc/prom/console_64.c
+++ b/arch/sparc/prom/console_64.c
@@ -13,7 +13,7 @@ 
 #include <asm/system.h>
 #include <linux/string.h>
 
-extern int prom_stdin, prom_stdout;
+extern int prom_stdout;
 
 static int __prom_console_write_buf(const char *buf, int len)
 {