]> git.baikalelectronics.ru Git - kernel.git/commit
Input: remove unneeded MODULE_VERSION() usage in misc input drivers
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 00:43:52 +0000 (16:43 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 17 Jan 2018 00:48:24 +0000 (16:48 -0800)
commit5fe18b03de5463868bcd844f03c48d3146fe7478
tree71f780e47cfb77f3293c69547395bb621cbc8604
parent95808c790baf4d0334334aa0d379ea855f4b1525
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>
drivers/input/misc/apanel.c
drivers/input/misc/ati_remote2.c
drivers/input/misc/uinput.c