diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-27 23:18:56 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-27 23:18:56 (GMT) |
commit | 6623d64021469b0094bb070d3eb7d0e3f5e928af (patch) | |
tree | 2c379b6c228e40b2701da4add836f85b12b4ffbb | |
parent | 6aeed479fdef85e6874c2d41cca9f121c294c536 (diff) | |
download | linux-6623d64021469b0094bb070d3eb7d0e3f5e928af.tar.xz |
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>
-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 0479114..898e359 100644 --- 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> |