backlight: adp8860: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 21:34:24 +0000 (23:34 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 5 Oct 2015 12:48:13 +0000 (13:48 +0100)
commitda601ebc70f3b2d3a5c9b6f9f41e519abe76f47e
treee2f24a8ef60423db1030ca4933290f2abf7739b6
parent9f7898f3ca71744ef834048dc78ad4a21db4ac64
backlight: adp8860: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the modaliases
and also "adp8860-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/adp8860_bl.c