Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky...
[deliverable/linux.git] / include / linux / sh_clk.h
index de911451c216f5181a5ffcf2e7c8fbacf8ee12cf..1636d1e2a5f1b9ef73fd22bf5181a41e22ef2775 100644 (file)
@@ -46,16 +46,15 @@ struct clk {
 
 #define CLK_ENABLE_ON_INIT     (1 << 0)
 
-/* arch/sh/kernel/cpu/clock.c */
-int clk_init(void);
+/* drivers/sh/clk.c */
 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 */
 /**
  * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter
  * @clk: clock source
This page took 0.024379 seconds and 5 git commands to generate.