public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] wistron_btns: drop bogus MODULE_VERSION macro
@ 2013-08-12 22:50 Stefan Lippers-Hollmann
  2013-08-12 22:53 ` [PATCH 2/3] wistron_btns: mark the Medion MD96500 keymap as tested Stefan Lippers-Hollmann
  2013-08-12 22:55 ` [PATCH 3/3] wistron_btns: add MODULE_DEVICE_TABLE Stefan Lippers-Hollmann
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Lippers-Hollmann @ 2013-08-12 22:50 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Miloslav Trmac, linux-input, linux-kernel

MODULE_VERSION is pointless for an in-kernel module and git log confirms that
it has never been actually maintained as well (bumped a single time, despite 
quite major feature additions later on, which haven't been reflected in
MODULE_VERSION).

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
---
 drivers/input/misc/wistron_btns.c | 1 -
 1 file changed, 1 deletion(-)

--- a/drivers/input/misc/wistron_btns.c
+++ b/drivers/input/misc/wistron_btns.c
@@ -46,7 +46,6 @@
 MODULE_AUTHOR("Miloslav Trmac <mitr@volny.cz>");
 MODULE_DESCRIPTION("Wistron laptop button driver");
 MODULE_LICENSE("GPL v2");
-MODULE_VERSION("0.3");
 
 static bool force; /* = 0; */
 module_param(force, bool, 0);

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

end of thread, other threads:[~2013-08-12 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 22:50 [PATCH 1/3] wistron_btns: drop bogus MODULE_VERSION macro Stefan Lippers-Hollmann
2013-08-12 22:53 ` [PATCH 2/3] wistron_btns: mark the Medion MD96500 keymap as tested Stefan Lippers-Hollmann
2013-08-12 22:55 ` [PATCH 3/3] wistron_btns: add MODULE_DEVICE_TABLE Stefan Lippers-Hollmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox