sparc: Delete prom_*getchar().

Completely unused.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2010-11-30 14:53:05 -08:00
parent e62cac1fd0
commit 12c7a35ee6
4 changed files with 0 additions and 83 deletions

View File

@ -102,11 +102,6 @@ extern int prom_getrev(void);
/* Get the prom firmware revision. */
extern int prom_getprev(void);
/* Character operations to/from the console.... */
/* Blocking get character from console. */
extern void prom_getchar(char *buf);
/* Blocking put character to console. */
extern void prom_putchar(const char *buf);