diff options
author | Stefan Lippers-Hollmann <s.L-H@gmx.de> | 2013-08-13 01:45:23 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-08-13 12:52:15 -0400 |
commit | 4485455dbb0546b185197746c500100a364b59b3 (patch) | |
tree | 7ec1ef9bbcf39e2334134fb84c918b4724c064d3 /drivers/input | |
parent | c963156c44e3cbc12cf26b09ff28a05a1847aadc (diff) |
Input: wistron_btns - drop bogus MODULE_VERSION macro
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/misc/wistron_btns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c index 35c33c647bb1..26d51563c1b2 100644 --- a/drivers/input/misc/wistron_btns.c +++ b/drivers/input/misc/wistron_btns.c | |||
@@ -46,7 +46,6 @@ | |||
46 | MODULE_AUTHOR("Miloslav Trmac <mitr@volny.cz>"); | 46 | MODULE_AUTHOR("Miloslav Trmac <mitr@volny.cz>"); |
47 | MODULE_DESCRIPTION("Wistron laptop button driver"); | 47 | MODULE_DESCRIPTION("Wistron laptop button driver"); |
48 | MODULE_LICENSE("GPL v2"); | 48 | MODULE_LICENSE("GPL v2"); |
49 | MODULE_VERSION("0.3"); | ||
50 | 49 | ||
51 | static bool force; /* = 0; */ | 50 | static bool force; /* = 0; */ |
52 | module_param(force, bool, 0); | 51 | module_param(force, bool, 0); |