commit | 141fc3fcfde3ea2b2ec71c037e8d11c1cdea1676 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 16 16:43:52 2018 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Jan 16 16:48:24 2018 -0800 |
tree | 71f780e47cfb77f3293c69547395bb621cbc8604 | |
parent | 4f7fc9b561eab242152f928ff6be1d03e7259e84 [diff] |
Input: remove unneeded MODULE_VERSION() usage in misc input drivers MODULE_VERSION is useless for in-kernel drivers, so just remove all usage of it in the misc input drivers. Along with this, some DRIVER_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>