OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f36b01
)
[SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 19 Jan 2006 05:57:37 +0000
(21:57 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 19 Jan 2006 05:57:37 +0000
(21:57 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/oplib.h
patch
|
blob
|
history
diff --git
a/include/asm-sparc/oplib.h
b/include/asm-sparc/oplib.h
index
9594455
..
d0d76b3
100644
(file)
--- a/
include/asm-sparc/oplib.h
+++ b/
include/asm-sparc/oplib.h
@@
-164,6
+164,7
@@
enum prom_input_device {
PROMDEV_IKBD, /* input from keyboard */
PROMDEV_ITTYA, /* input from ttya */
PROMDEV_ITTYB, /* input from ttyb */
+ PROMDEV_IRSC, /* input from rsc */
PROMDEV_I_UNK,
};
@@
-175,6
+176,7
@@
enum prom_output_device {
PROMDEV_OSCREEN, /* to screen */
PROMDEV_OTTYA, /* to ttya */
PROMDEV_OTTYB, /* to ttyb */
+ PROMDEV_ORSC, /* to rsc */
PROMDEV_O_UNK,
};