diff options
| -rw-r--r-- | arch/arm/mach-omap2/io.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 3f174d51f67f..eb50c29fb644 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
| @@ -388,7 +388,7 @@ static void __init omap_hwmod_init_postsetup(void) | |||
| 388 | omap_pm_if_early_init(); | 388 | omap_pm_if_early_init(); |
| 389 | } | 389 | } |
| 390 | 390 | ||
| 391 | #ifdef CONFIG_ARCH_OMAP2 | 391 | #ifdef CONFIG_SOC_OMAP2420 |
| 392 | void __init omap2420_init_early(void) | 392 | void __init omap2420_init_early(void) |
| 393 | { | 393 | { |
| 394 | omap2_set_globals_242x(); | 394 | omap2_set_globals_242x(); |
| @@ -400,7 +400,9 @@ void __init omap2420_init_early(void) | |||
| 400 | omap_hwmod_init_postsetup(); | 400 | omap_hwmod_init_postsetup(); |
| 401 | omap2420_clk_init(); | 401 | omap2420_clk_init(); |
| 402 | } | 402 | } |
| 403 | #endif | ||
| 403 | 404 | ||
| 405 | #ifdef CONFIG_SOC_OMAP2430 | ||
| 404 | void __init omap2430_init_early(void) | 406 | void __init omap2430_init_early(void) |
| 405 | { | 407 | { |
| 406 | omap2_set_globals_243x(); | 408 | omap2_set_globals_243x(); |
