OSDN Git Service

Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 00:43:00 +0000 (16:43 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 17 Jan 2018 00:48:23 +0000 (16:48 -0800)
commit4f7fc9b561eab242152f928ff6be1d03e7259e84
tree6beebb61366ce570fc4d985e1c9bbd24ac87606e
parent98c6a3aa4190fa6e5726fbb76b0515dcb645985c
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>
drivers/input/touchscreen/colibri-vf50-ts.c
drivers/input/touchscreen/elants_i2c.c
drivers/input/touchscreen/melfas_mip4.c
drivers/input/touchscreen/wdt87xx_i2c.c