diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2012-03-13 05:47:33 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-07-31 09:23:32 -0400 |
commit | d61015fad9703990e4b0c826ed943b13794f19c8 (patch) | |
tree | e2b69735592d36feb61b8543be92ccab8474c5b9 /arch/arm/mach-at91/board-csb337.c | |
parent | 8f88731d052d2b14f332249a9332690ac1b365ac (diff) |
ARM: at91: convert old leds drivers to gpio_led and led_trigger drivers
Build with at91 defconfigs successfully
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-csb337.c')
-rw-r--r-- | arch/arm/mach-at91/board-csb337.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-csb337.c b/arch/arm/mach-at91/board-csb337.c index cd813361cd26..4993f1bfa1a7 100644 --- a/arch/arm/mach-at91/board-csb337.c +++ b/arch/arm/mach-at91/board-csb337.c | |||
@@ -219,8 +219,6 @@ static struct gpio_led csb_leds[] = { | |||
219 | 219 | ||
220 | static void __init csb337_board_init(void) | 220 | static void __init csb337_board_init(void) |
221 | { | 221 | { |
222 | /* Setup the LEDs */ | ||
223 | at91_init_leds(AT91_PIN_PB0, AT91_PIN_PB1); | ||
224 | /* Serial */ | 222 | /* Serial */ |
225 | /* DBGU on ttyS0 */ | 223 | /* DBGU on ttyS0 */ |
226 | at91_register_uart(0, 0, 0); | 224 | at91_register_uart(0, 0, 0); |