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 6d7de242be1d3108364d2fc87c673c99bf399737..1636d1e2a5f1b9ef73fd22bf5181a41e22ef2775 100644 (file)
@@ -46,7 +46,7 @@ struct clk {
 
 #define CLK_ENABLE_ON_INIT     (1 << 0)
 
-/* arch/sh/kernel/cpu/clock.c */
+/* drivers/sh/clk.c */
 unsigned long followparent_recalc(struct clk *);
 void recalculate_root_clocks(void);
 void propagate_rate(struct clk *);
@@ -55,7 +55,6 @@ 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.024324 seconds and 5 git commands to generate.