diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sh_clk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sh_clk.h b/include/linux/sh_clk.h index 6d7de242be1d..1636d1e2a5f1 100644 --- a/include/linux/sh_clk.h +++ b/include/linux/sh_clk.h | |||
@@ -46,7 +46,7 @@ struct clk { | |||
46 | 46 | ||
47 | #define CLK_ENABLE_ON_INIT (1 << 0) | 47 | #define CLK_ENABLE_ON_INIT (1 << 0) |
48 | 48 | ||
49 | /* arch/sh/kernel/cpu/clock.c */ | 49 | /* drivers/sh/clk.c */ |
50 | unsigned long followparent_recalc(struct clk *); | 50 | unsigned long followparent_recalc(struct clk *); |
51 | void recalculate_root_clocks(void); | 51 | void recalculate_root_clocks(void); |
52 | void propagate_rate(struct clk *); | 52 | void propagate_rate(struct clk *); |
@@ -55,7 +55,6 @@ int clk_register(struct clk *); | |||
55 | void clk_unregister(struct clk *); | 55 | void clk_unregister(struct clk *); |
56 | void clk_enable_init_clocks(void); | 56 | void clk_enable_init_clocks(void); |
57 | 57 | ||
58 | /* the exported API, in addition to clk_set_rate */ | ||
59 | /** | 58 | /** |
60 | * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter | 59 | * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter |
61 | * @clk: clock source | 60 | * @clk: clock source |