diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/clock-sh4-202.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4/clock-sh4-202.c b/arch/sh/kernel/cpu/sh4/clock-sh4-202.c index fcb2c41bc34e..a33429463e96 100644 --- a/arch/sh/kernel/cpu/sh4/clock-sh4-202.c +++ b/arch/sh/kernel/cpu/sh4/clock-sh4-202.c | |||
@@ -111,7 +111,7 @@ static int shoc_clk_verify_rate(struct clk *clk, unsigned long rate) | |||
111 | return 0; | 111 | return 0; |
112 | } | 112 | } |
113 | 113 | ||
114 | static int shoc_clk_set_rate(struct clk *clk, unsigned long rate) | 114 | static int shoc_clk_set_rate(struct clk *clk, unsigned long rate, int algo_id) |
115 | { | 115 | { |
116 | unsigned long frqcr3; | 116 | unsigned long frqcr3; |
117 | unsigned int tmp; | 117 | unsigned int tmp; |