diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-17 01:43:52 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-01-17 01:48:24 +0100 |
commit | 141fc3fcfde3ea2b2ec71c037e8d11c1cdea1676 (patch) | |
tree | 71f780e47cfb77f3293c69547395bb621cbc8604 /drivers/input/misc/uinput.c | |
parent | Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers (diff) | |
download | linux-141fc3fcfde3ea2b2ec71c037e8d11c1cdea1676.tar.xz linux-141fc3fcfde3ea2b2ec71c037e8d11c1cdea1676.zip |
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>
Diffstat (limited to 'drivers/input/misc/uinput.c')
-rw-r--r-- | drivers/input/misc/uinput.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/uinput.c b/drivers/input/misc/uinput.c index cb4bdbd3e9e2..a94c5e05006b 100644 --- a/drivers/input/misc/uinput.c +++ b/drivers/input/misc/uinput.c @@ -1088,4 +1088,3 @@ MODULE_ALIAS("devname:" UINPUT_NAME); MODULE_AUTHOR("Aristeu Sergio Rozanski Filho"); MODULE_DESCRIPTION("User level driver support for input subsystem"); MODULE_LICENSE("GPL"); -MODULE_VERSION("0.3"); |