]> Pileus Git - ~andy/linux/commitdiff
Input: wistron_btns - drop bogus MODULE_VERSION macro
authorStefan Lippers-Hollmann <s.L-H@gmx.de>
Tue, 13 Aug 2013 05:45:23 +0000 (22:45 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 13 Aug 2013 16:52:15 +0000 (09:52 -0700)
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>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/wistron_btns.c

index 35c33c647bb1782c25bb6be679e045ffe1c5b2fb..26d51563c1b24cb7a337b734f439a416e63fd7ba 100644 (file)
@@ -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);