Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112442
b: refs/heads/master
c: 2532967
h: refs/heads/master
v: v3
  • Loading branch information
Jürgen Schindele authored and Russell King committed Oct 1, 2008
1 parent a6f73aa commit c771fc0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 139 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 642aa6637e46ae788f1f8916dc9aa5a68917e12e
refs/heads/master: 2532967147f750fa661bdc3d1f890314c37dda28
2 changes: 1 addition & 1 deletion trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ config LEDS
ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \
ARCH_AT91 || ARCH_DAVINCI || \
ARCH_KS8695 || MACH_RD88F5182
help
If you say Y here, the LEDs on your machine will be used
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
134 changes: 0 additions & 134 deletions trunk/arch/arm/mach-pxa/leds-trizeps4.c

This file was deleted.

2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-pxa/leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ pxa_leds_init(void)
leds_event = mainstone_leds_event;
if (machine_is_pxa_idp())
leds_event = idp_leds_event;
if (machine_is_trizeps4())
leds_event = trizeps4_leds_event;

leds_event(led_start);
return 0;
Expand Down

0 comments on commit c771fc0

Please sign in to comment.