projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeed47
)
tty: keyboard.c: add uaccess.h to fix a build problem on sparc32
author
Greg Kroah-Hartman
<
[email protected]
>
Mon, 27 Feb 2012 23:18:56 +0000
(15:18 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 27 Feb 2012 23:18:56 +0000
(15:18 -0800)
Reported-by: Stephen Rothwell <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/vt/keyboard.c
patch
|
blob
|
history
diff --git
a/drivers/tty/vt/keyboard.c
b/drivers/tty/vt/keyboard.c
index 0479114397c211da6da529aa840d9b54c574643e..898e359c54240dfa10a9c3c0dfbea5dde77f6cf3 100644
(file)
--- a/
drivers/tty/vt/keyboard.c
+++ b/
drivers/tty/vt/keyboard.c
@@
-41,6
+41,7
@@
#include <linux/reboot.h>
#include <linux/notifier.h>
#include <linux/jiffies.h>
+#include <linux/uaccess.h>
#include <asm/irq_regs.h>