diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index cb6c11cd8df9..eb007d03ec98 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include "powerdomain.h" | 38 | #include "powerdomain.h" |
39 | #include "clockdomain.h" | 39 | #include "clockdomain.h" |
40 | #include "common.h" | 40 | #include "common.h" |
41 | #include "clock.h" | ||
41 | #include "clock2xxx.h" | 42 | #include "clock2xxx.h" |
42 | #include "clock3xxx.h" | 43 | #include "clock3xxx.h" |
43 | #include "clock44xx.h" | 44 | #include "clock44xx.h" |
@@ -487,6 +488,7 @@ void __init am33xx_init_early(void) | |||
487 | am33xx_voltagedomains_init(); | 488 | am33xx_voltagedomains_init(); |
488 | am33xx_powerdomains_init(); | 489 | am33xx_powerdomains_init(); |
489 | am33xx_clockdomains_init(); | 490 | am33xx_clockdomains_init(); |
491 | am33xx_clk_init(); | ||
490 | } | 492 | } |
491 | #endif | 493 | #endif |
492 | 494 | ||