diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index e10ff2b54844..48ac568881bd 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h | |||
@@ -16,6 +16,8 @@ | |||
16 | #ifndef __ARCH_ARM_MACH_OMAP2_CLOCK_H | 16 | #ifndef __ARCH_ARM_MACH_OMAP2_CLOCK_H |
17 | #define __ARCH_ARM_MACH_OMAP2_CLOCK_H | 17 | #define __ARCH_ARM_MACH_OMAP2_CLOCK_H |
18 | 18 | ||
19 | #include <linux/kernel.h> | ||
20 | |||
19 | #include <plat/clock.h> | 21 | #include <plat/clock.h> |
20 | 22 | ||
21 | /* CM_CLKSEL2_PLL.CORE_CLK_SRC bits (2XXX) */ | 23 | /* CM_CLKSEL2_PLL.CORE_CLK_SRC bits (2XXX) */ |
@@ -72,6 +74,7 @@ void omap2_clk_disable_unused(struct clk *clk); | |||
72 | #endif | 74 | #endif |
73 | 75 | ||
74 | void omap2_init_clk_clkdm(struct clk *clk); | 76 | void omap2_init_clk_clkdm(struct clk *clk); |
77 | void __init omap2_clk_disable_clkdm_control(void); | ||
75 | 78 | ||
76 | /* clkt_clksel.c public functions */ | 79 | /* clkt_clksel.c public functions */ |
77 | u32 omap2_clksel_round_rate_div(struct clk *clk, unsigned long target_rate, | 80 | u32 omap2_clksel_round_rate_div(struct clk *clk, unsigned long target_rate, |