projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cc0735
)
[SPARC32]: Kill unused vars and macros from prom/console.c
author
David S. Miller
<davem@sunset.davemloft.net>
Sat, 25 Aug 2007 22:12:32 +0000
(15:12 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 27 Aug 2007 01:49:10 +0000
(18:49 -0700)
This should have been removed during the of_console_device
changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/prom/console.c
patch
|
blob
|
history
diff --git
a/arch/sparc/prom/console.c
b/arch/sparc/prom/console.c
index 8d1cfb0d5068544205cdda1e516cb65636ed31bc..2a007a78441512be1fc7b5aa8af5656d660980aa 100644
(file)
--- 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.
*/