Skip to content

Commit

Permalink
[PATCH] ARM: 2799/1: OMAP update 4/11: Move OMAP1 LED code into mach-…
Browse files Browse the repository at this point in the history
…omap1 directory

Patch from Tony Lindgren

This patch by Paul Mundt and other OMAP developers
moves OMAP1 specific LED code into mach-omap1 directory.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Tony Lindgren authored and Russell King committed Jul 10, 2005
1 parent 3b59b6b commit 6f3e141
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,11 @@ void osk_leds_event(led_event_t evt)

#ifdef CONFIG_FB_OMAP

#ifdef CONFIG_LEDS_TIMER
case led_timer:
hw_led_state ^= TIMER_LED;
mistral_setled();
break;
#endif

#ifdef CONFIG_LEDS_CPU
case led_idle_start:
hw_led_state |= IDLE_LED;
mistral_setled();
Expand All @@ -146,7 +143,6 @@ void osk_leds_event(led_event_t evt)
hw_led_state &= ~IDLE_LED;
mistral_setled();
break;
#endif

#endif /* CONFIG_FB_OMAP */

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6f3e141

Please sign in to comment.