aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sh_clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sh_clk.h b/include/linux/sh_clk.h
index 30885d928801..038475a2092f 100644
--- a/include/linux/sh_clk.h
+++ b/include/linux/sh_clk.h
@@ -23,7 +23,7 @@ struct clk_ops {
23 int (*enable)(struct clk *clk); 23 int (*enable)(struct clk *clk);
24 void (*disable)(struct clk *clk); 24 void (*disable)(struct clk *clk);
25 unsigned long (*recalc)(struct clk *clk); 25 unsigned long (*recalc)(struct clk *clk);
26 int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id); 26 int (*set_rate)(struct clk *clk, unsigned long rate);
27 int (*set_parent)(struct clk *clk, struct clk *parent); 27 int (*set_parent)(struct clk *clk, struct clk *parent);
28 long (*round_rate)(struct clk *clk, unsigned long rate); 28 long (*round_rate)(struct clk *clk, unsigned long rate);
29}; 29};