diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-16 16:43:00 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-01-16 16:48:23 -0800 |
commit | 4f7fc9b561eab242152f928ff6be1d03e7259e84 (patch) | |
tree | 6beebb61366ce570fc4d985e1c9bbd24ac87606e /drivers/input/touchscreen/melfas_mip4.c | |
parent | 98c6a3aa4190fa6e5726fbb76b0515dcb645985c (diff) | |
download | lwn-4f7fc9b561eab242152f928ff6be1d03e7259e84.tar.gz lwn-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/melfas_mip4.c')
-rw-r--r-- | drivers/input/touchscreen/melfas_mip4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/melfas_mip4.c b/drivers/input/touchscreen/melfas_mip4.c index 6892f0e28918..430a2bc5f7ca 100644 --- a/drivers/input/touchscreen/melfas_mip4.c +++ b/drivers/input/touchscreen/melfas_mip4.c @@ -1611,6 +1611,5 @@ static struct i2c_driver mip4_driver = { module_i2c_driver(mip4_driver); MODULE_DESCRIPTION("MELFAS MIP4 Touchscreen"); -MODULE_VERSION("2016.10.31"); MODULE_AUTHOR("Sangwon Jee <jeesw@melfas.com>"); MODULE_LICENSE("GPL"); |