mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:20:50 +07:00
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>
This commit is contained in:
parent
932553c414
commit
98c6a3aa41
@ -42,7 +42,6 @@
|
||||
#include "elan_i2c.h"
|
||||
|
||||
#define DRIVER_NAME "elan_i2c"
|
||||
#define ELAN_DRIVER_VERSION "1.6.3"
|
||||
#define ELAN_VENDOR_ID 0x04f3
|
||||
#define ETP_MAX_PRESSURE 255
|
||||
#define ETP_FWIDTH_REDUCE 90
|
||||
@ -1293,4 +1292,3 @@ module_i2c_driver(elan_driver);
|
||||
MODULE_AUTHOR("Duson Lin <dusonlin@emc.com.tw>");
|
||||
MODULE_DESCRIPTION("Elan I2C/SMBus Touchpad driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION(ELAN_DRIVER_VERSION);
|
||||
|
Loading…
Reference in New Issue
Block a user