diff options
author | David S. Miller <davem@davemloft.net> | 2008-05-01 22:33:04 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-02 05:22:54 -0700 |
commit | 4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c (patch) | |
tree | e1b4ae5092f99e390e7c6495e7fad24911a997aa /include/asm-sparc | |
parent | 9f2b2a5f68c27c00f1e1f1922de5aa2f24505ed8 (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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sparc/oplib.h b/include/asm-sparc/oplib.h index 22dc39d97b4..7becc846544 100644 --- a/include/asm-sparc/oplib.h +++ b/include/asm-sparc/oplib.h @@ -34,9 +34,6 @@ extern unsigned int prom_rev, prom_prev; */ extern int prom_root_node; -/* PROM stdin and stdout */ -extern int prom_stdin, prom_stdout; - /* Pointer to prom structure containing the device tree traversal * and usage utility functions. Only prom-lib should use these, * users use the interface defined by the library only! |