From: David S. Miller Date: Sat, 25 Aug 2007 22:12:32 +0000 (-0700) Subject: [SPARC32]: Kill unused vars and macros from prom/console.c X-Git-Tag: v2.6.23-rc4~2^2~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bcd4dae6261b221108148befee20286c6c3a230;p=linux-2.6 [SPARC32]: Kill unused vars and macros from prom/console.c This should have been removed during the of_console_device changes. Signed-off-by: David S. Miller --- diff --git a/arch/sparc/prom/console.c b/arch/sparc/prom/console.c index 8d1cfb0d50..2a007a7844 100644 --- a/arch/sparc/prom/console.c +++ b/arch/sparc/prom/console.c @@ -17,9 +17,6 @@ extern void restore_current(void); -static char con_name_jmc[] = "/obio/su@"; /* "/obio/su@0,3002f8"; */ -#define CON_SIZE_JMC (sizeof(con_name_jmc)) - /* Non blocking get character from console input device, returns -1 * if no input was taken. This can be used for polling. */