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-Tag: v3.4-rc1~185^2~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6623d64021469b0094bb070d3eb7d0e3f5e928af;p=thirdparty%2Flinux.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 0479114397c21..898e359c54240 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c @@ -41,6 +41,7 @@ #include #include #include +#include #include