Skip to content

Commit

Permalink
[SPARC32]: Kill unused vars and macros from prom/console.c
Browse files Browse the repository at this point in the history
This should have been removed during the of_console_device
changes.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 27, 2007
1 parent 6cc0735 commit 7bcd4da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/sparc/prom/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 7bcd4da

Please sign in to comment.