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

Commit 8c675660 authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

Input: adp5588-keys - remove incorrect modalias



For i2c drivers, we should use "i2c:" prefix for modalias.

MODULE_DEVICE_TABLE will setup the modulalias for us, thus adding
a MODULE_ALIAS is redundant (in addition to being incorrect).

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 7b727acc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -668,4 +668,3 @@ module_exit(adp5588_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("ADP5588/87 Keypad driver");
MODULE_ALIAS("platform:adp5588-keys");