Commit a71ba09655d197f22938fffa6f5d210ff5134f98

Authored by Paul Mundt
1 parent b9e3fc29c0

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>

Showing 2 changed files with 8 additions and 5 deletions Side-by-side Diff

Documentation/DocBook/sh.tmpl
... ... @@ -19,13 +19,17 @@
19 19 </authorgroup>
20 20  
21 21 <copyright>
22   - <year>2008</year>
  22 + <year>2008-2010</year>
23 23 <holder>Paul Mundt</holder>
24 24 </copyright>
25 25 <copyright>
26   - <year>2008</year>
  26 + <year>2008-2010</year>
27 27 <holder>Renesas Technology Corp.</holder>
28 28 </copyright>
  29 + <copyright>
  30 + <year>2010</year>
  31 + <holder>Renesas Electronics Corp.</holder>
  32 + </copyright>
29 33  
30 34 <legalnotice>
31 35 <para>
... ... @@ -77,7 +81,7 @@
77 81 </chapter>
78 82 <chapter id="clk">
79 83 <title>Clock Framework Extensions</title>
80   -!Iarch/sh/include/asm/clock.h
  84 +!Iinclude/linux/sh_clk.h
81 85 </chapter>
82 86 <chapter id="mach">
83 87 <title>Machine Specific Interfaces</title>
include/linux/sh_clk.h
... ... @@ -46,7 +46,7 @@
46 46  
47 47 #define CLK_ENABLE_ON_INIT (1 << 0)
48 48  
49   -/* arch/sh/kernel/cpu/clock.c */
  49 +/* drivers/sh/clk.c */
50 50 unsigned long followparent_recalc(struct clk *);
51 51 void recalculate_root_clocks(void);
52 52 void propagate_rate(struct clk *);
... ... @@ -55,7 +55,6 @@
55 55 void clk_unregister(struct clk *);
56 56 void clk_enable_init_clocks(void);
57 57  
58   -/* the exported API, in addition to clk_set_rate */
59 58 /**
60 59 * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter
61 60 * @clk: clock source