From: Geert Uytterhoeven Date: Tue, 21 Aug 2012 20:41:23 +0000 (+0200) Subject: HID: picolcd: Add missing #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9277738ddde993b01d4119f61b9e5cbdf8d47ab3;p=linux-beck.git HID: picolcd: Add missing #include m68k/allmodconfig: drivers/hid/hid-picolcd_debugfs.c: In function ‘picolcd_debug_reset_write’: drivers/hid/hid-picolcd_debugfs.c:54: error: implicit declaration of function ‘copy_from_user’ drivers/hid/hid-picolcd_debugfs.c: In function ‘picolcd_debug_eeprom_read’: drivers/hid/hid-picolcd_debugfs.c:112: error: implicit declaration of function ‘copy_to_user’ Signed-off-by: Geert Uytterhoeven Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-picolcd_debugfs.c b/drivers/hid/hid-picolcd_debugfs.c index f2491fa53e2f..15c22f2ee748 100644 --- a/drivers/hid/hid-picolcd_debugfs.c +++ b/drivers/hid/hid-picolcd_debugfs.c @@ -27,6 +27,7 @@ #include #include +#include #include "hid-picolcd.h"