diff options
author | David S. Miller <davem@davemloft.net> | 2010-12-12 17:57:53 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-12 17:57:53 -0500 |
commit | bce5feeab418fb1df9ce1c3fcc14f0aacf740208 (patch) | |
tree | 51037522aa53bc01da516d4506367e9ea6446fbf /arch/sparc/include | |
parent | 154337688bfa970453836e65a27de011aba55331 (diff) |
sparc: Eliminate prom_stdin.
Completely unused.
Based upon a patch by Julian Calaby.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/oplib_64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/oplib_64.h b/arch/sparc/include/asm/oplib_64.h index 8cd0df34e82b..97a90475c314 100644 --- a/arch/sparc/include/asm/oplib_64.h +++ b/arch/sparc/include/asm/oplib_64.h | |||
@@ -18,8 +18,8 @@ extern char prom_version[]; | |||
18 | */ | 18 | */ |
19 | extern phandle prom_root_node; | 19 | extern phandle prom_root_node; |
20 | 20 | ||
21 | /* PROM stdin and stdout */ | 21 | /* PROM stdout */ |
22 | extern int prom_stdin, prom_stdout; | 22 | extern int prom_stdout; |
23 | 23 | ||
24 | /* /chosen node of the prom device tree, this stays constant after | 24 | /* /chosen node of the prom device tree, this stays constant after |
25 | * initialization is complete. | 25 | * initialization is complete. |