diff options
author | Jürgen Schindele <linux@schindele.name> | 2008-09-16 21:36:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-01 22:34:34 +0100 |
commit | 2532967147f750fa661bdc3d1f890314c37dda28 (patch) | |
tree | 7791cb9136c44c6cdca830b035399c459582e1d5 /arch/arm/mach-pxa/Makefile | |
parent | 642aa6637e46ae788f1f8916dc9aa5a68917e12e (diff) | |
download | talos-op-linux-2532967147f750fa661bdc3d1f890314c37dda28.tar.gz talos-op-linux-2532967147f750fa661bdc3d1f890314c37dda28.zip |
[ARM] 5251/1: remove old LED support for Trizeps4 SOM
Remove the old led support in arch/arm/mach-pxa/leds...
for TRIZEPS4 SOM. It is / will be replaced by generic
led driver drivers/leds/...
Signed-off-by: Jürgen Schindele <linux@schindele.name>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 99ecbe7f8506..03ec32f8cebf 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile @@ -61,7 +61,6 @@ led-y := leds.o led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o led-$(CONFIG_MACH_MAINSTONE) += leds-mainstone.o led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o -led-$(CONFIG_MACH_TRIZEPS4) += leds-trizeps4.o obj-$(CONFIG_LEDS) += $(led-y) |