[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 <davem@davemloft.net>

-3
-3
arch/sparc/prom/console.c
··· 17 18 extern void restore_current(void); 19 20 - static char con_name_jmc[] = "/obio/su@"; /* "/obio/su@0,3002f8"; */ 21 - #define CON_SIZE_JMC (sizeof(con_name_jmc)) 22 - 23 /* Non blocking get character from console input device, returns -1 24 * if no input was taken. This can be used for polling. 25 */
··· 17 18 extern void restore_current(void); 19 20 /* Non blocking get character from console input device, returns -1 21 * if no input was taken. This can be used for polling. 22 */