From: Greg Kroah-Hartman Date: Mon, 27 Feb 2012 23:18:56 +0000 (-0800) Subject: tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6623d64021469b0094bb070d3eb7d0e3f5e928af;p=linux-beck.git tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 Reported-by: Stephen Rothwell Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- 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 @@ #include #include #include +#include #include