From: Jiri Kosina Date: Thu, 1 Apr 2010 06:24:42 +0000 (+0200) Subject: HID: picolcd: fix build failure X-Git-Tag: v2.6.35-rc1~454^2~1^3~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb741103f17a19fccf7c795ed1d9662196acc6e5;p=pandora-kernel.git HID: picolcd: fix build failure Using copy_{to,from}_user requires the include of linux/uaccess.h. Reported-by: Stephen Rothwell Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-picolcd.c b/drivers/hid/hid-picolcd.c index 66f9cfd41abe..0eacc6b6d5bb 100644 --- a/drivers/hid/hid-picolcd.c +++ b/drivers/hid/hid-picolcd.c @@ -35,6 +35,7 @@ #include #include +#include #define PICOLCD_NAME "PicoLCD (graphic)"