diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-11-15 04:18:32 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-15 04:25:17 -0500 |
| commit | 35a96c739fd7624b8edff990a74b86b5a85342da (patch) | |
| tree | 8839201d5b6aeff69150e19194a4da0c3c7faa77 /include | |
| parent | 9a1683d1dd14d6ed35d2884c6b79ff12fc6bef39 (diff) | |
sh: clkfwk: Kill off now unused algo_id in set_rate op.
Now that clk_set_rate_ex() is gone, there is also no way to get at rate
setting algo id, which is now also completely unused. Kill it off before
new clock ops start using it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sh_clk.h | 2 |
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 | }; |
