diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-devkit8000.c')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 34956ec83296..00f6cb6e3bf9 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -438,7 +438,7 @@ static void __init devkit8000_init_early(void) | |||
438 | 438 | ||
439 | static void __init devkit8000_init_irq(void) | 439 | static void __init devkit8000_init_irq(void) |
440 | { | 440 | { |
441 | omap_init_irq(); | 441 | omap3_init_irq(); |
442 | #ifdef CONFIG_OMAP_32K_TIMER | 442 | #ifdef CONFIG_OMAP_32K_TIMER |
443 | omap2_gp_clockevent_set_gptimer(12); | 443 | omap2_gp_clockevent_set_gptimer(12); |
444 | #endif | 444 | #endif |