aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-05-02 01:33:04 -0400
committerDavid S. Miller <davem@davemloft.net>2008-05-02 08:22:54 -0400
commit4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c (patch)
treee1b4ae5092f99e390e7c6495e7fad24911a997aa /include/asm-sparc
parent9f2b2a5f68c27c00f1e1f1922de5aa2f24505ed8 (diff)
sparc32: Delete prom_stdin and prom_stdout.
They are written, but never used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/oplib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sparc/oplib.h b/include/asm-sparc/oplib.h
index 22dc39d97b4e..7becc846544a 100644
--- a/include/asm-sparc/oplib.h
+++ b/include/asm-sparc/oplib.h
@@ -34,9 +34,6 @@ extern unsigned int prom_rev, prom_prev;
34 */ 34 */
35extern int prom_root_node; 35extern int prom_root_node;
36 36
37/* PROM stdin and stdout */
38extern int prom_stdin, prom_stdout;
39
40/* Pointer to prom structure containing the device tree traversal 37/* Pointer to prom structure containing the device tree traversal
41 * and usage utility functions. Only prom-lib should use these, 38 * and usage utility functions. Only prom-lib should use these,
42 * users use the interface defined by the library only! 39 * users use the interface defined by the library only!