Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bcd4dae authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC32]: Kill unused vars and macros from prom/console.c



This should have been removed during the of_console_device
changes.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6cc0735d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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.
 */