diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-27 14:44:17 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-28 10:54:15 +0100 |
commit | 1dc7d8374dccf2815294ceb6a1092253f45ba860 (patch) | |
tree | beb594f2cc4adb185b4fd727a29c36860cdb2cfa /arch/arm/plat-versatile/Makefile | |
parent | e4ecf2bda239ddef5f4edd0e05d48bfdf88a475d (diff) | |
download | talos-op-linux-1dc7d8374dccf2815294ceb6a1092253f45ba860.tar.gz talos-op-linux-1dc7d8374dccf2815294ceb6a1092253f45ba860.zip |
ARM/leds: move ARM Versatile LED driver to leds subsystem
Now that we have converted this driver to a real platform device
module-based thing, we move the driver down into the LEDs
subsystem and rename the config option to LEDS_VERSATILE.
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Pawel Moll <pawel.moll@arm.com>
Acked-by: Bryan Wu <cooloney@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/plat-versatile/Makefile')
-rw-r--r-- | arch/arm/plat-versatile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/Makefile b/arch/arm/plat-versatile/Makefile index f88d448b629c..2e0c472958ae 100644 --- a/arch/arm/plat-versatile/Makefile +++ b/arch/arm/plat-versatile/Makefile @@ -2,6 +2,5 @@ ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include obj-$(CONFIG_PLAT_VERSATILE_CLOCK) += clock.o obj-$(CONFIG_PLAT_VERSATILE_CLCD) += clcd.o -obj-$(CONFIG_PLAT_VERSATILE_LEDS) += leds.o obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o |