aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/colibri-vf50-ts.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-16 16:43:00 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-01-16 16:48:23 -0800
commit4f7fc9b561eab242152f928ff6be1d03e7259e84 (patch)
tree6beebb61366ce570fc4d985e1c9bbd24ac87606e /drivers/input/touchscreen/colibri-vf50-ts.c
parentInput: elan_i2c - remove unneeded MODULE_VERSION() usage (diff)
downloadlinux-dev-4f7fc9b561eab242152f928ff6be1d03e7259e84.tar.xz
linux-dev-4f7fc9b561eab242152f928ff6be1d03e7259e84.zip
Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers
MODULE_VERSION is useless for in-kernel drivers, so just remove all usage of it in the touchscreen drivers. Along with this, some DRV_VERSION macros were removed as they are also pointless. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/colibri-vf50-ts.c')
-rw-r--r--drivers/input/touchscreen/colibri-vf50-ts.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/colibri-vf50-ts.c b/drivers/input/touchscreen/colibri-vf50-ts.c
index 69c08acae264..82ca5ab65cec 100644
--- a/drivers/input/touchscreen/colibri-vf50-ts.c
+++ b/drivers/input/touchscreen/colibri-vf50-ts.c
@@ -28,7 +28,6 @@
#include <linux/types.h>
#define DRIVER_NAME "colibri-vf50-ts"
-#define DRV_VERSION "1.0"
#define VF_ADC_MAX ((1 << 12) - 1)
@@ -382,4 +381,3 @@ module_platform_driver(vf50_touch_driver);
MODULE_AUTHOR("Sanchayan Maity");
MODULE_DESCRIPTION("Colibri VF50 Touchscreen driver");
MODULE_LICENSE("GPL");
-MODULE_VERSION(DRV_VERSION);