]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ad7879-i2c - remove redundant MODULE_ALIAS
authorAxel Lin <axel.lin@gmail.com>
Tue, 29 Nov 2011 07:44:47 +0000 (23:44 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 29 Nov 2011 09:51:35 +0000 (01:51 -0800)
commit0243cadd6ded25f05a89fe6225b115931dd0a414
treec85bdfcdf35079e8de571e8bda318e31fa369422
parent60cc75a12a69b7796c54cbefe25c70f4e637b2e9
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: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ad7879-i2c.c