aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 13:38:49 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 13:38:49 +0900
commitda9f0ac2f1c00b415939f6b00ee0ea19650377d0 (patch)
tree5cc6b750c0e63f61eb8c1df26ec394b1d602e973 /include/asm-sh
parentbd5f0d1c256fdf286fab358a04e87476e3535075 (diff)
parentcb5ec75b8b0410bba4ae612d13a2f26e938bc49c (diff)
Merge branch 'clkfwk'
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/clock.h b/include/asm-sh/clock.h
index 386d797d86b..b550a27a704 100644
--- a/include/asm-sh/clock.h
+++ b/include/asm-sh/clock.h
@@ -14,6 +14,7 @@ struct clk_ops {
void (*disable)(struct clk *clk);
void (*recalc)(struct clk *clk);
int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id);
+ long (*round_rate)(struct clk *clk, unsigned long rate);
};
struct clk {