sh: move sh clock.c contents to drivers/sh/clk.
[safe/jmp/linux-2.6] / include / linux / sh_clk.h
index de91145..6d7de24 100644 (file)
@@ -47,13 +47,13 @@ struct clk {
 #define CLK_ENABLE_ON_INIT     (1 << 0)
 
 /* arch/sh/kernel/cpu/clock.c */
-int clk_init(void);
 unsigned long followparent_recalc(struct clk *);
 void recalculate_root_clocks(void);
 void propagate_rate(struct clk *);
 int clk_reparent(struct clk *child, struct clk *parent);
 int clk_register(struct clk *);
 void clk_unregister(struct clk *);
+void clk_enable_init_clocks(void);
 
 /* the exported API, in addition to clk_set_rate */
 /**