[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <497C6339.4040804@gmail.com>
Date: Sun, 25 Jan 2009 14:03:53 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: Jaswinder Singh Rajput <jaswinderlinux@...il.com>
CC: Jiri Kosina <jkosina@...e.cz>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-input@...r.kernel.org, marcel@...tmann.org,
linux-kernel@...r.kernel.org, anssi.hannula@...il.com,
gregkh@...e.de, Sam Ravnborg <sam@...nborg.org>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH 09/10] HID: add compat support
Jaswinder Singh Rajput wrote:
> If you have any objections, then let me know, now it will look like this:
No objections from me, nice catch, thanks.
> #endif /* HID_FF */
>
> +#ifdef __KERNEL__
> #ifdef CONFIG_HID_COMPAT
> #define HID_COMPAT_LOAD_DRIVER(name) \
> /* prototype to avoid sparse warning */ \
> @@ -804,6 +805,7 @@ EXPORT_SYMBOL(hid_compat_##name)
> extern void hid_compat_##name(void); \
> hid_compat_##name(); \
> } while (0)
> +#endif /* __KERNEL__ */
>
> #endif
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists