Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6485dec5 authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

Input: ad7879-i2c - remove redundant MODULE_ALIAS



MODULE_DEVICE_TABLE will setup the module alias for us, thus adding
MODULE_ALIAS for an entry already in MODULE_DEVICE_TABLE is redundant.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 0d2cd91b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -117,4 +117,3 @@ module_exit(ad7879_i2c_exit);
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("i2c:ad7879");