]> git.baikalelectronics.ru Git - kernel.git/commit
Input: elan_i2c - remove unneeded MODULE_VERSION() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 00:42:40 +0000 (16:42 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 17 Jan 2018 00:48:22 +0000 (16:48 -0800)
commit8c7ae807a3b30aa0ee2bb3a170a80951c02064d0
treeb5adfd1fe8151c3c6084102cb87f6536315e19db
parente56b6b8e52502141a516b9b9bb45125c23b5a897
Input: elan_i2c - remove unneeded MODULE_VERSION() usage

MODULE_VERSION is useless for in-kernel drivers, so just remove all
usage of it in the elan_i2c mouse driver.  Now that this is gone, the
ELAN_DRIVER_VERSION define was also removed as it was pointless.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/elan_i2c_core.c