diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-27 18:18:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-27 18:18:56 -0500 |
commit | 6623d64021469b0094bb070d3eb7d0e3f5e928af (patch) | |
tree | 2c379b6c228e40b2701da4add836f85b12b4ffbb /drivers/tty/vt | |
parent | 6aeed479fdef85e6874c2d41cca9f121c294c536 (diff) |
tty: keyboard.c: add uaccess.h to fix a build problem on sparc32
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/vt')
-rw-r--r-- | drivers/tty/vt/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index 0479114397c2..898e359c5424 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <linux/reboot.h> | 41 | #include <linux/reboot.h> |
42 | #include <linux/notifier.h> | 42 | #include <linux/notifier.h> |
43 | #include <linux/jiffies.h> | 43 | #include <linux/jiffies.h> |
44 | #include <linux/uaccess.h> | ||
44 | 45 | ||
45 | #include <asm/irq_regs.h> | 46 | #include <asm/irq_regs.h> |
46 | 47 | ||