* [PATCH -next] HID: picoLCD: Add missing #include <linux/uaccess.h>
@ 2012-08-21 20:41 Geert Uytterhoeven
2012-08-22 14:28 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2012-08-21 20:41 UTC (permalink / raw)
To: Bruno Prémont, Jiri Kosina
Cc: linux-input, linux-next, linux-kernel, linux-fbdev,
Geert Uytterhoeven
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 <geert@linux-m68k.org>
---
http://kisskb.ellerman.id.au/kisskb/buildresult/6990818/
drivers/hid/hid-picolcd_debugfs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/hid/hid-picolcd_debugfs.c b/drivers/hid/hid-picolcd_debugfs.c
index f2491fa..15c22f2 100644
--- a/drivers/hid/hid-picolcd_debugfs.c
+++ b/drivers/hid/hid-picolcd_debugfs.c
@@ -27,6 +27,7 @@
#include <linux/debugfs.h>
#include <linux/module.h>
+#include <linux/uaccess.h>
#include "hid-picolcd.h"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] HID: picoLCD: Add missing #include <linux/uaccess.h>
2012-08-21 20:41 [PATCH -next] HID: picoLCD: Add missing #include <linux/uaccess.h> Geert Uytterhoeven
@ 2012-08-22 14:28 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2012-08-22 14:28 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Bruno Prémont, linux-input, linux-next, linux-kernel,
linux-fbdev
On Tue, 21 Aug 2012, Geert Uytterhoeven wrote:
> 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 <geert@linux-m68k.org>
> ---
> http://kisskb.ellerman.id.au/kisskb/buildresult/6990818/
>
> drivers/hid/hid-picolcd_debugfs.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/hid/hid-picolcd_debugfs.c b/drivers/hid/hid-picolcd_debugfs.c
> index f2491fa..15c22f2 100644
> --- a/drivers/hid/hid-picolcd_debugfs.c
> +++ b/drivers/hid/hid-picolcd_debugfs.c
> @@ -27,6 +27,7 @@
> #include <linux/debugfs.h>
>
> #include <linux/module.h>
> +#include <linux/uaccess.h>
>
> #include "hid-picolcd.h"
Applied, thanks Geert.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-22 14:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 20:41 [PATCH -next] HID: picoLCD: Add missing #include <linux/uaccess.h> Geert Uytterhoeven
2012-08-22 14:28 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).