diff options
author | David S. Miller <davem@davemloft.net> | 2008-05-02 07:33:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-02 14:22:54 +0200 |
commit | 4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c (patch) | |
tree | e1b4ae5092f99e390e7c6495e7fad24911a997aa /include/asm-sparc | |
parent | sparc32: More memory probing consolidation. (diff) | |
download | linux-4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c.tar.xz linux-4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c.zip |
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 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; */ 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! |