From: Stefan Lippers-Hollmann Date: Tue, 13 Aug 2013 05:45:23 +0000 (-0700) Subject: Input: wistron_btns - drop bogus MODULE_VERSION macro X-Git-Tag: v3.12-rc1~9^2~1^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4485455dbb0546b185197746c500100a364b59b3;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c index 35c33c6..26d5156 100644 --- a/drivers/input/misc/wistron_btns.c +++ b/drivers/input/misc/wistron_btns.c @@ -46,7 +46,6 @@ MODULE_AUTHOR("Miloslav Trmac "); MODULE_DESCRIPTION("Wistron laptop button driver"); MODULE_LICENSE("GPL v2"); -MODULE_VERSION("0.3"); static bool force; /* = 0; */ module_param(force, bool, 0);