diff options
Diffstat (limited to 'arch/arm/mach-at91/board-sam9rlek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9rlek.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-sam9rlek.c b/arch/arm/mach-at91/board-sam9rlek.c index b64648b4a1fc..8bca329b0293 100644 --- a/arch/arm/mach-at91/board-sam9rlek.c +++ b/arch/arm/mach-at91/board-sam9rlek.c | |||
@@ -35,7 +35,6 @@ | |||
35 | 35 | ||
36 | 36 | ||
37 | #include "at91_aic.h" | 37 | #include "at91_aic.h" |
38 | #include "at91_shdwc.h" | ||
39 | #include "board.h" | 38 | #include "board.h" |
40 | #include "sam9_smc.h" | 39 | #include "sam9_smc.h" |
41 | #include "generic.h" | 40 | #include "generic.h" |
@@ -292,6 +291,8 @@ static void __init ek_add_device_buttons(void) {} | |||
292 | 291 | ||
293 | static void __init ek_board_init(void) | 292 | static void __init ek_board_init(void) |
294 | { | 293 | { |
294 | at91_register_devices(); | ||
295 | |||
295 | /* Serial */ | 296 | /* Serial */ |
296 | /* DBGU on ttyS0. (Rx & Tx only) */ | 297 | /* DBGU on ttyS0. (Rx & Tx only) */ |
297 | at91_register_uart(0, 0, 0); | 298 | at91_register_uart(0, 0, 0); |
@@ -323,7 +324,7 @@ static void __init ek_board_init(void) | |||
323 | 324 | ||
324 | MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK") | 325 | MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK") |
325 | /* Maintainer: Atmel */ | 326 | /* Maintainer: Atmel */ |
326 | .init_time = at91sam926x_pit_init, | 327 | .init_time = at91_init_time, |
327 | .map_io = at91_map_io, | 328 | .map_io = at91_map_io, |
328 | .handle_irq = at91_aic_handle_irq, | 329 | .handle_irq = at91_aic_handle_irq, |
329 | .init_early = ek_init_early, | 330 | .init_early = ek_init_early, |