From: Greg Kroah-Hartman Date: Wed, 17 Jan 2018 00:42:10 +0000 (-0800) Subject: Input: pmic8xxx-keypad - remove unneeded MODULE_VERSION() usage X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=932553c414eb3ca817ad3fed57cac7c7cb49edf2;p=openwrt%2Fstaging%2Fblogic.git Input: pmic8xxx-keypad - remove unneeded MODULE_VERSION() usage MODULE_VERSION is useless for in-kernel drivers, so remove the use of it in the pmic8xxx-keyboard driver. Signed-off-by: Greg Kroah-Hartman Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/pmic8xxx-keypad.c b/drivers/input/keyboard/pmic8xxx-keypad.c index 97c5424f49b9..98b24ed18752 100644 --- a/drivers/input/keyboard/pmic8xxx-keypad.c +++ b/drivers/input/keyboard/pmic8xxx-keypad.c @@ -697,6 +697,5 @@ module_platform_driver(pmic8xxx_kp_driver); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("PMIC8XXX keypad driver"); -MODULE_VERSION("1.0"); MODULE_ALIAS("platform:pmic8xxx_keypad"); MODULE_AUTHOR("Trilok Soni ");