Commit a71ba096 authored by Paul Mundt's avatar Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent b9e3fc29
...@@ -19,13 +19,17 @@ ...@@ -19,13 +19,17 @@
</authorgroup> </authorgroup>
<copyright> <copyright>
<year>2008</year> <year>2008-2010</year>
<holder>Paul Mundt</holder> <holder>Paul Mundt</holder>
</copyright> </copyright>
<copyright> <copyright>
<year>2008</year> <year>2008-2010</year>
<holder>Renesas Technology Corp.</holder> <holder>Renesas Technology Corp.</holder>
</copyright> </copyright>
<copyright>
<year>2010</year>
<holder>Renesas Electronics Corp.</holder>
</copyright>
<legalnotice> <legalnotice>
<para> <para>
...@@ -77,7 +81,7 @@ ...@@ -77,7 +81,7 @@
</chapter> </chapter>
<chapter id="clk"> <chapter id="clk">
<title>Clock Framework Extensions</title> <title>Clock Framework Extensions</title>
!Iarch/sh/include/asm/clock.h !Iinclude/linux/sh_clk.h
</chapter> </chapter>
<chapter id="mach"> <chapter id="mach">
<title>Machine Specific Interfaces</title> <title>Machine Specific Interfaces</title>
......
...@@ -46,7 +46,7 @@ struct clk { ...@@ -46,7 +46,7 @@ struct clk {
#define CLK_ENABLE_ON_INIT (1 << 0) #define CLK_ENABLE_ON_INIT (1 << 0)
/* arch/sh/kernel/cpu/clock.c */ /* drivers/sh/clk.c */
unsigned long followparent_recalc(struct clk *); unsigned long followparent_recalc(struct clk *);
void recalculate_root_clocks(void); void recalculate_root_clocks(void);
void propagate_rate(struct clk *); void propagate_rate(struct clk *);
...@@ -55,7 +55,6 @@ int clk_register(struct clk *); ...@@ -55,7 +55,6 @@ int clk_register(struct clk *);
void clk_unregister(struct clk *); void clk_unregister(struct clk *);
void clk_enable_init_clocks(void); 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_set_rate_ex - set the clock rate for a clock source, with additional parameter
* @clk: clock source * @clk: clock source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment