summaryrefslogtreecommitdiffstats
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-05-04 08:03:08 -0400
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2017-05-14 07:01:29 -0400
commit7678da8ee6dec14eda83672b319b2f7b3b2cd22e (patch)
tree355116efa0d500eca0c18df884261b7e53f3a20f /drivers/leds/Makefile
parentbb29b9cccd95feeb43e11e9b1c2479777082e28a (diff)
leds: Delete obsolete Versatile driver
All users of the Versatile LED driver are deleted and replaced with the very generic leds-syscon. Delete the old driver. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r--drivers/leds/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index 45f133962ed8..e4a8d007c5a9 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -62,7 +62,6 @@ obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o
62obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o 62obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o
63obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o 63obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o
64obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o 64obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o
65obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o
66obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o 65obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o
67obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o 66obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o
68obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o 67obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o