commit | 4f7fc9b561eab242152f928ff6be1d03e7259e84 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 16 16:43:00 2018 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Jan 16 16:48:23 2018 -0800 |
tree | 6beebb61366ce570fc4d985e1c9bbd24ac87606e | |
parent | 98c6a3aa4190fa6e5726fbb76b0515dcb645985c [diff] |
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>