Commit eb741103 authored by Jiri Kosina's avatar Jiri Kosina

HID: picolcd: fix build failure

Using copy_{to,from}_user requires the include of linux/uaccess.h.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9bbf2b98
......@@ -35,6 +35,7 @@
#include <linux/debugfs.h>
#include <linux/completion.h>
#include <linux/uaccess.h>
#define PICOLCD_NAME "PicoLCD (graphic)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment