Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4485455d authored by Stefan Lippers-Hollmann's avatar Stefan Lippers-Hollmann Committed by Dmitry Torokhov
Browse files

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: default avatarStefan Lippers-Hollmann <s.l-h@gmx.de>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent c963156c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);