]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh: clkfwk: Kill off clk_recalc_rate().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 11 May 2009 21:05:32 +0000 (06:05 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 11 May 2009 21:05:32 +0000 (06:05 +0900)
commit007e8363b656768fe3f59c180824ff704680bb25
treed462845472e3d7f10066b4be64c3655ffac3160b
parentf5c84cf50812c80133e64683d0500b2416d55cb3
sh: clkfwk: Kill off clk_recalc_rate().

The only user for this is the SH-Mobile r_clk, which is now added as a
root clock and can be kicked via propagate_rate() as usual. Given that,
there is no longer any need for the special clk_recalc_rate(), so we kill
it off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/clock.h
arch/sh/kernel/cpu/clock.c
arch/sh/kernel/cpu/sh4a/clock-sh7722.c