From: Jiri Kosina Date: Thu, 1 Apr 2010 06:24:42 +0000 (+0200) Subject: HID: picolcd: fix build failure X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eb741103f17a19fccf7c795ed1d9662196acc6e5;p=deliverable%2Flinux.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)"