diff options
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-picolcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
35 | #include <linux/debugfs.h> | 35 | #include <linux/debugfs.h> |
36 | 36 | ||
37 | #include <linux/completion.h> | 37 | #include <linux/completion.h> |
38 | #include <linux/uaccess.h> | ||
38 | 39 | ||
39 | #define PICOLCD_NAME "PicoLCD (graphic)" | 40 | #define PICOLCD_NAME "PicoLCD (graphic)" |
40 | 41 | ||