summaryrefslogtreecommitdiff
path: root/include/linux/sh_clk.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-05-13 18:42:25 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-05-13 18:42:25 +0900
commita71ba09655d197f22938fffa6f5d210ff5134f98 (patch)
tree8698d0adaba7dbdcde93d94bb92c8d76136bd0f5 /include/linux/sh_clk.h
parentb9e3fc29c08a6dcbe19606cfba19c1fcc0551ed7 (diff)
sh: fixup the docbook paths for clock framework shuffling.
Now that the definitions have been consolidated in an alternate header, update the template accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/sh_clk.h')
-rw-r--r--include/linux/sh_clk.h3
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 {
#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