diff options
Diffstat (limited to 'drivers/sh/clk/cpg.c')
-rw-r--r-- | drivers/sh/clk/cpg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sh/clk/cpg.c b/drivers/sh/clk/cpg.c index b3dc44146ca0..5aedcdf4ac5c 100644 --- a/drivers/sh/clk/cpg.c +++ b/drivers/sh/clk/cpg.c | |||
@@ -401,7 +401,6 @@ static int fsidiv_enable(struct clk *clk) | |||
401 | 401 | ||
402 | static int fsidiv_set_rate(struct clk *clk, unsigned long rate) | 402 | static int fsidiv_set_rate(struct clk *clk, unsigned long rate) |
403 | { | 403 | { |
404 | u32 val; | ||
405 | int idx; | 404 | int idx; |
406 | 405 | ||
407 | idx = (clk->parent->rate / rate) & 0xffff; | 406 | idx = (clk->parent->rate / rate) & 0xffff; |