aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/clock.c')
-rw-r--r--arch/arm/plat-omap/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c
index 0fcfcd68709c..e8c327a45a55 100644
--- a/arch/arm/plat-omap/clock.c
+++ b/arch/arm/plat-omap/clock.c
@@ -273,13 +273,13 @@ void recalculate_root_clocks(void)
273} 273}
274 274
275/** 275/**
276 * clk_init_one - initialize any fields in the struct clk before clk init 276 * clk_preinit - initialize any fields in the struct clk before clk init
277 * @clk: struct clk * to initialize 277 * @clk: struct clk * to initialize
278 * 278 *
279 * Initialize any struct clk fields needed before normal clk initialization 279 * Initialize any struct clk fields needed before normal clk initialization
280 * can run. No return value. 280 * can run. No return value.
281 */ 281 */
282void clk_init_one(struct clk *clk) 282void clk_preinit(struct clk *clk)
283{ 283{
284 INIT_LIST_HEAD(&clk->children); 284 INIT_LIST_HEAD(&clk->children);
285} 285}