diff options
Diffstat (limited to 'arch/arm/mach-at91/board-kb9202.c')
-rw-r--r-- | arch/arm/mach-at91/board-kb9202.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-kb9202.c b/arch/arm/mach-at91/board-kb9202.c index a813a74b65f9..a4d815302428 100644 --- a/arch/arm/mach-at91/board-kb9202.c +++ b/arch/arm/mach-at91/board-kb9202.c | |||
@@ -48,7 +48,7 @@ static void __init kb9202_init_early(void) | |||
48 | at91rm9200_set_type(ARCH_REVISON_9200_PQFP); | 48 | at91rm9200_set_type(ARCH_REVISON_9200_PQFP); |
49 | 49 | ||
50 | /* Initialize processor: 10 MHz crystal */ | 50 | /* Initialize processor: 10 MHz crystal */ |
51 | at91rm9200_initialize(10000000); | 51 | at91_initialize(10000000); |
52 | 52 | ||
53 | /* Set up the LEDs */ | 53 | /* Set up the LEDs */ |
54 | at91_init_leds(AT91_PIN_PC19, AT91_PIN_PC18); | 54 | at91_init_leds(AT91_PIN_PC19, AT91_PIN_PC18); |
@@ -140,7 +140,7 @@ static void __init kb9202_board_init(void) | |||
140 | MACHINE_START(KB9200, "KB920x") | 140 | MACHINE_START(KB9200, "KB920x") |
141 | /* Maintainer: KwikByte, Inc. */ | 141 | /* Maintainer: KwikByte, Inc. */ |
142 | .timer = &at91rm9200_timer, | 142 | .timer = &at91rm9200_timer, |
143 | .map_io = at91rm9200_map_io, | 143 | .map_io = at91_map_io, |
144 | .init_early = kb9202_init_early, | 144 | .init_early = kb9202_init_early, |
145 | .init_irq = kb9202_init_irq, | 145 | .init_irq = kb9202_init_irq, |
146 | .init_machine = kb9202_board_init, | 146 | .init_machine = kb9202_board_init, |