diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-07-21 17:44:49 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-08-25 08:41:56 +0100 |
commit | 7ddbc2423c3301280b883bbb04b998203f30312c (patch) | |
tree | ae41f93655fd5a8bdd920363479934653d06cb51 /drivers/leds/Makefile | |
parent | fe009175ae3ec3724c1414440e22a1d32d806ec5 (diff) | |
download | blackbird-obmc-linux-7ddbc2423c3301280b883bbb04b998203f30312c.tar.gz blackbird-obmc-linux-7ddbc2423c3301280b883bbb04b998203f30312c.zip |
backlight: pm8941-wled: Move PM8941 WLED driver to backlight
The Qualcomm PM8941 WLED block is used for backlight and should therefor
be in the backlight framework and not in the LED framework. This moves
the driver and adapts to the backlight api instead.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Tested-by: Rob Clark <robdclark@gmail.com>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 8d6a24a2f513..abe96d960ebe 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -63,7 +63,6 @@ obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o -obj-$(CONFIG_LEDS_PM8941_WLED) += leds-pm8941-wled.o obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o # LED SPI Drivers |