aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/clock.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-11 17:05:32 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-11 17:05:32 -0400
commit007e8363b656768fe3f59c180824ff704680bb25 (patch)
treed462845472e3d7f10066b4be64c3655ffac3160b /arch/sh/include/asm/clock.h
parentf5c84cf50812c80133e64683d0500b2416d55cb3 (diff)
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>
Diffstat (limited to 'arch/sh/include/asm/clock.h')
-rw-r--r--arch/sh/include/asm/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h
index fdb915608dbc..6a2f46333376 100644
--- a/arch/sh/include/asm/clock.h
+++ b/arch/sh/include/asm/clock.h
@@ -49,7 +49,6 @@ unsigned long followparent_recalc(struct clk *);
49void recalculate_root_clocks(void); 49void recalculate_root_clocks(void);
50void propagate_rate(struct clk *); 50void propagate_rate(struct clk *);
51int clk_reparent(struct clk *child, struct clk *parent); 51int clk_reparent(struct clk *child, struct clk *parent);
52void clk_recalc_rate(struct clk *);
53int clk_register(struct clk *); 52int clk_register(struct clk *);
54void clk_unregister(struct clk *); 53void clk_unregister(struct clk *);
55 54