diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-04 12:59:52 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 06:38:40 -0500 |
commit | b36ee724208358bd892ad279efce629740517149 (patch) | |
tree | 01f8f3c5a5eeaf7a0a370677d08c512de8a8adf2 /arch/arm/mach-omap2/clock.h | |
parent | 57137181e3136d4c7b20b4b95b9817efd38f8f07 (diff) |
[ARM] omap: add default .ops to all remaining OMAP2 clocks
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index 1fb330e0847d..d4bdb59b3000 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h | |||
@@ -51,6 +51,8 @@ u32 omap2_get_dpll_rate(struct clk *clk); | |||
51 | int omap2_wait_clock_ready(void __iomem *reg, u32 cval, const char *name); | 51 | int omap2_wait_clock_ready(void __iomem *reg, u32 cval, const char *name); |
52 | void omap2_clk_prepare_for_reboot(void); | 52 | void omap2_clk_prepare_for_reboot(void); |
53 | 53 | ||
54 | extern const struct clkops clkops_omap2_dflt_wait; | ||
55 | |||
54 | extern u8 cpu_mask; | 56 | extern u8 cpu_mask; |
55 | 57 | ||
56 | /* clksel_rate data common to 24xx/343x */ | 58 | /* clksel_rate data common to 24xx/343x */ |