]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8a12de6726be68636a44c12d5d76f2e47f194fb
treeb356609584e59c13c840439bdc61ff135eb26ec9
parenta0bec2e5c683c487d3d4beb031d779af8b3900c5
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