diff options
Diffstat (limited to 'arch/arm/mach-at91/leds.c')
-rw-r--r-- | arch/arm/mach-at91/leds.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/leds.c b/arch/arm/mach-at91/leds.c index 1a333730466e..0d5144973988 100644 --- a/arch/arm/mach-at91/leds.c +++ b/arch/arm/mach-at91/leds.c | |||
@@ -86,10 +86,6 @@ static int __init leds_init(void) | |||
86 | if (!at91_leds_timer || !at91_leds_cpu) | 86 | if (!at91_leds_timer || !at91_leds_cpu) |
87 | return -ENODEV; | 87 | return -ENODEV; |
88 | 88 | ||
89 | /* Enable PIO to access the LEDs */ | ||
90 | at91_set_gpio_output(at91_leds_timer, 1); | ||
91 | at91_set_gpio_output(at91_leds_cpu, 1); | ||
92 | |||
93 | leds_event = at91_leds_event; | 89 | leds_event = at91_leds_event; |
94 | 90 | ||
95 | leds_event(led_start); | 91 | leds_event(led_start); |