linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] HID: avoid sparse warning in HID_COMPAT_LOAD_DRIVER
@ 2008-12-16 12:31 Hannes Eder
  2008-12-16 13:35 ` Jiri Kosina
  2008-12-16 15:58 ` Ben Dooks
  0 siblings, 2 replies; 10+ messages in thread
From: Hannes Eder @ 2008-12-16 12:31 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, linux-kernel, kernel-janitors

Impact: include a prototype for the exported function in the macro

Fix about 20 of this warnings:

  drivers/hid/hid-a4tech.c:162:1: warning: symbol 'hid_compat_a4tech' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
---
 include/linux/hid.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/hid.h b/include/linux/hid.h
index 215035b..81aa84d 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -793,6 +793,8 @@ dbg_hid(const char *fmt, ...)
 
 #ifdef CONFIG_HID_COMPAT
 #define HID_COMPAT_LOAD_DRIVER(name)	\
+/* prototype to avoid sparse warning */	\
+extern void hid_compat_##name(void);	\
 void hid_compat_##name(void) { }	\
 EXPORT_SYMBOL(hid_compat_##name)
 #else
-- 
1.5.6.3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-02-06 16:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-16 12:31 [PATCH] HID: avoid sparse warning in HID_COMPAT_LOAD_DRIVER Hannes Eder
2008-12-16 13:35 ` Jiri Kosina
2008-12-16 15:58 ` Ben Dooks
2008-12-16 16:01   ` Jiri Kosina
2008-12-16 19:41     ` Ben Dooks
2008-12-16 19:44       ` Hannes Eder
2008-12-19  8:31         ` Jiri Slaby
2008-12-19  9:37           ` Jiri Kosina
2008-12-20 16:55             ` Jiri Slaby
2009-02-06 16:07               ` 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).