backlight: adp8870: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 21:34:25 +0000 (23:34 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 5 Oct 2015 12:48:14 +0000 (13:48 +0100)
commit7111c6c672fc8714c5092952a24df6694d46d71f
treeb356609584e59c13c840439bdc61ff135eb26ec9
parentda601ebc70f3b2d3a5c9b6f9f41e519abe76f47e
backlight: adp8870: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the modaliases
and also "adp8870-backlight" is not a supported I2C id, so it's never used.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/adp8870_bl.c