aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r--arch/arm/mach-omap2/clock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
index b6433fc284ce..652ed0ab86ec 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -274,8 +274,10 @@ extern const struct clksel_rate div31_1to31_rates[];
274extern int omap2_clkops_enable_clkdm(struct clk_hw *hw); 274extern int omap2_clkops_enable_clkdm(struct clk_hw *hw);
275extern void omap2_clkops_disable_clkdm(struct clk_hw *hw); 275extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);
276 276
277struct regmap;
278
277int __init omap2_clk_provider_init(struct device_node *np, int index, 279int __init omap2_clk_provider_init(struct device_node *np, int index,
278 void __iomem *mem); 280 struct regmap *syscon, void __iomem *mem);
279void __init omap2_clk_legacy_provider_init(int index, void __iomem *mem); 281void __init omap2_clk_legacy_provider_init(int index, void __iomem *mem);
280 282
281void __init ti_clk_init_features(void); 283void __init ti_clk_init_features(void);