]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: sx150x: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 21:58:44 +0000 (23:58 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Sep 2015 07:12:03 +0000 (09:12 +0200)
commit6041219db6a3154edbcf4c042539b1d4c504c5d9
tree060dfca3860807c5593df34b6a81a941f3e70b37
parent08749bb3a30eb587b4697065cd784a8791c53a2e
gpio: sx150x: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the module
aliases and also "sx150x" isn't a supported I2C id, so it's never used.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-sx150x.c