aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-05-01 22:33:04 -0700
committerDavid S. Miller <davem@davemloft.net>2008-05-02 05:22:54 -0700
commit4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c (patch)
treee1b4ae5092f99e390e7c6495e7fad24911a997aa /include/asm-sparc
parentsparc32: More memory probing consolidation. (diff)
downloadlinux-dev-4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c.tar.xz
linux-dev-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.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;
*/
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!