aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/clock.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-05-25 08:10:45 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-05-26 17:08:45 +0900
commit61ce5393e4c8914c46ec99cbda76823515109709 (patch)
tree76d140340d6b690f8ef4c126fc9e20a5bf2eae83 /arch/sh/include/asm/clock.h
parentsh: use shared frequency tables on sh7785 (diff)
downloadlinux-dev-61ce5393e4c8914c46ec99cbda76823515109709.tar.xz
linux-dev-61ce5393e4c8914c46ec99cbda76823515109709.zip
sh: remove clk_ops->build_rate_table()
This patch removes the ->build_rate_table() callback, ->recalc() may instead be used for this purpose. Signed-off-by: Magnus Damm <damm@igel.co.jp> 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 60d5d2bc714a..aa9480d4aa05 100644
--- a/arch/sh/include/asm/clock.h
+++ b/arch/sh/include/asm/clock.h
@@ -16,7 +16,6 @@ struct clk_ops {
int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id);
int (*set_parent)(struct clk *clk, struct clk *parent);
long (*round_rate)(struct clk *clk, unsigned long rate);
- void (*build_rate_table)(struct clk *clk);
};
struct clk {