aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk/ti.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clk/ti.h')
-rw-r--r--include/linux/clk/ti.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index a56ff1216f8d..6647f28b445d 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -264,6 +264,7 @@ int of_ti_clk_autoidle_setup(struct device_node *node);
264int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); 264int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type);
265 265
266int omap4xxx_dt_clk_init(void); 266int omap4xxx_dt_clk_init(void);
267int omap5xxx_dt_clk_init(void);
267 268
268#ifdef CONFIG_OF 269#ifdef CONFIG_OF
269void of_ti_clk_allow_autoidle_all(void); 270void of_ti_clk_allow_autoidle_all(void);