]> git.baikalelectronics.ru Git - kernel.git/commit
Input: adp5588-keys - remove incorrect modalias
authorAxel Lin <axel.lin@gmail.com>
Sat, 27 Aug 2011 06:37:33 +0000 (23:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 27 Aug 2011 06:40:14 +0000 (23:40 -0700)
commitbe7fa7f4540f9fee4d910e73c67cdefc938d53f5
tree6a0407cd0868c049194db71e6f87f8732a394fea
parent97d5fd073f79427f3fa25e245a59669f17904a78
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: Axel Lin <axel.lin@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/adp5588-keys.c