Loading Documentation/DocBook/sh.tmpl +7 −3 Original line number Diff line number Diff line Loading @@ -19,13 +19,17 @@ </authorgroup> <copyright> <year>2008</year> <year>2008-2010</year> <holder>Paul Mundt</holder> </copyright> <copyright> <year>2008</year> <year>2008-2010</year> <holder>Renesas Technology Corp.</holder> </copyright> <copyright> <year>2010</year> <holder>Renesas Electronics Corp.</holder> </copyright> <legalnotice> <para> Loading Loading @@ -77,7 +81,7 @@ </chapter> <chapter id="clk"> <title>Clock Framework Extensions</title> !Iarch/sh/include/asm/clock.h !Iinclude/linux/sh_clk.h </chapter> <chapter id="mach"> <title>Machine Specific Interfaces</title> Loading include/linux/sh_clk.h +1 −2 Original line number Diff line number Diff line Loading @@ -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 *); Loading @@ -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 Loading Loading
Documentation/DocBook/sh.tmpl +7 −3 Original line number Diff line number Diff line Loading @@ -19,13 +19,17 @@ </authorgroup> <copyright> <year>2008</year> <year>2008-2010</year> <holder>Paul Mundt</holder> </copyright> <copyright> <year>2008</year> <year>2008-2010</year> <holder>Renesas Technology Corp.</holder> </copyright> <copyright> <year>2010</year> <holder>Renesas Electronics Corp.</holder> </copyright> <legalnotice> <para> Loading Loading @@ -77,7 +81,7 @@ </chapter> <chapter id="clk"> <title>Clock Framework Extensions</title> !Iarch/sh/include/asm/clock.h !Iinclude/linux/sh_clk.h </chapter> <chapter id="mach"> <title>Machine Specific Interfaces</title> Loading
include/linux/sh_clk.h +1 −2 Original line number Diff line number Diff line Loading @@ -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 *); Loading @@ -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 Loading