diff options
Diffstat (limited to 'arch/arm/plat-omap/include/mach/clock.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/clock.h | 2 |
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 { | |||
121 | extern unsigned int mpurate; | 121 | extern unsigned int mpurate; |
122 | 122 | ||
123 | extern int clk_init(struct clk_functions *custom_clocks); | 123 | extern int clk_init(struct clk_functions *custom_clocks); |
124 | extern void clk_init_one(struct clk *clk); | 124 | extern void clk_preinit(struct clk *clk); |
125 | extern int clk_register(struct clk *clk); | 125 | extern int clk_register(struct clk *clk); |
126 | extern void clk_reparent(struct clk *child, struct clk *parent); | 126 | extern void clk_reparent(struct clk *child, struct clk *parent); |
127 | extern void clk_unregister(struct clk *clk); | 127 | extern void clk_unregister(struct clk *clk); |