sparc: Eliminate prom_stdin.

Completely unused.

Based upon a patch by Julian Calaby.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2010-12-12 14:57:53 -08:00
parent 154337688b
commit bce5feeab4
3 changed files with 3 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ extern char prom_version[];
*/
extern phandle prom_root_node;
/* PROM stdin and stdout */
extern int prom_stdin, prom_stdout;
/* PROM stdout */
extern int prom_stdout;
/* /chosen node of the prom device tree, this stays constant after
* initialization is complete.