diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-08-25 18:12:32 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-08-26 21:49:10 -0400 |
commit | 7bcd4dae6261b221108148befee20286c6c3a230 (patch) | |
tree | eb4267ab0fbc707de9e4fb372fe1db3224cb1d47 /arch | |
parent | 6cc0735d0dbf6a0e5f802f47d51e1e463466955c (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/prom/console.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/prom/console.c b/arch/sparc/prom/console.c index 8d1cfb0d5068..2a007a784415 100644 --- a/arch/sparc/prom/console.c +++ b/arch/sparc/prom/console.c | |||
@@ -17,9 +17,6 @@ | |||
17 | 17 | ||
18 | extern void restore_current(void); | 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 | /* Non blocking get character from console input device, returns -1 | 20 | /* Non blocking get character from console input device, returns -1 |
24 | * if no input was taken. This can be used for polling. | 21 | * if no input was taken. This can be used for polling. |
25 | */ | 22 | */ |