Commit 7bcd4dae6261b221108148befee20286c6c3a230

Authored by David S. Miller
1 parent 6cc0735d0d

[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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

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