aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/mach/clock.h')
-rw-r--r--arch/arm/plat-omap/include/mach/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/clock.h b/arch/arm/plat-omap/include/mach/clock.h
index c20e02ec3034..f9f65e1ba3f1 100644
--- a/arch/arm/plat-omap/include/mach/clock.h
+++ b/arch/arm/plat-omap/include/mach/clock.h
@@ -121,7 +121,7 @@ struct clk_functions {
121extern unsigned int mpurate; 121extern unsigned int mpurate;
122 122
123extern int clk_init(struct clk_functions *custom_clocks); 123extern int clk_init(struct clk_functions *custom_clocks);
124extern void clk_init_one(struct clk *clk); 124extern void clk_preinit(struct clk *clk);
125extern int clk_register(struct clk *clk); 125extern int clk_register(struct clk *clk);
126extern void clk_reparent(struct clk *child, struct clk *parent); 126extern void clk_reparent(struct clk *child, struct clk *parent);
127extern void clk_unregister(struct clk *clk); 127extern void clk_unregister(struct clk *clk);