lkml.org 
[lkml]   [2006]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Fw: [PATCH] use "#ifdef __KERNEL" to avoid compile error in input.h
On 4/7/06, Andrew Morton <akpm@osdl.org> wrote:
> Hi all,
>
> In linux/input.h, struct input_device_id uses type kernel_ulong_t,
> which is defined in linux/mod_devicetable.h, but which is only
> included when __KERNEL__ is defined. So struct input_device_id should
> also be exported only in kernel mode.
>
> Signed-off-by: Luke Yang <luke.adi@gmail.com>
>
> diff --git a/include/linux/input.h b/include/linux/input.h
> index b0e612d..0319b65 100644
> --- a/include/linux/input.h
> +++ b/include/linux/input.h
> @@ -805,6 +805,7 @@ #define FF_AUTOCENTER 0x61
>
> #define FF_MAX 0x7f
>
> +#ifdef __KERNEL__
> struct input_device_id {
>
> kernel_ulong_t flags;
> @@ -823,6 +824,7 @@ struct input_device_id {
>
> kernel_ulong_t driver_info;
> };
> +#endif
>
> /*
> * Structure for hotplug & device<->driver matching.
>
Ooops, there is problem with the patch. The script/mod/file2alias.c
need the struct input_device_id, and it defines the "kernel_ulong_t"
by itself... Dmitry, any thought on how to solve the problem?



--
Best regards,
Luke Yang
luke.adi@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-07 09:30    [W:0.048 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site