All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin
@ 2010-12-04  3:57 Julian Calaby
  2010-12-04  3:59 ` Julian Calaby
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julian Calaby @ 2010-12-04  3:57 UTC (permalink / raw)
  To: sparclinux

Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
---
 arch/sparc/prom/console_64.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)
 {
-- 
1.7.2.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-12 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04  3:57 [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin Julian Calaby
2010-12-04  3:59 ` Julian Calaby
2010-12-12 22:52 ` David Miller
2010-12-12 23:15 ` Julian Calaby

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.