aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2015-02-13 08:34:54 -0500
committerMichael Turquette <mturquette@linaro.org>2015-02-18 12:39:37 -0500
commit69b59cb8173a0c7369580655abebee4b2137d201 (patch)
tree9ee4fb8f76f01c92e2fa96077549a723c3e47bcb
parent73e0e496afdac9a5190eb3b9c51fdfebcc14ebd4 (diff)
MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr
They were added to this function by mistake when they were added to the clk_ops.determine_rate callback. Fixes: 1c8e600440c7 ("clk: Add rate constraints to clocks") Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Michael Turquette <mturquette@linaro.org>
-rw-r--r--arch/mips/alchemy/common/clock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/alchemy/common/clock.c b/arch/mips/alchemy/common/clock.c
index 4e65404b3ba3..604b7d009d8d 100644
--- a/arch/mips/alchemy/common/clock.c
+++ b/arch/mips/alchemy/common/clock.c
@@ -373,8 +373,6 @@ static long alchemy_calc_div(unsigned long rate, unsigned long prate,
373} 373}
374 374
375static long alchemy_clk_fgcs_detr(struct clk_hw *hw, unsigned long rate, 375static long alchemy_clk_fgcs_detr(struct clk_hw *hw, unsigned long rate,
376 unsigned long min_rate,
377 unsigned long max_rate,
378 unsigned long *best_parent_rate, 376 unsigned long *best_parent_rate,
379 struct clk_hw **best_parent_clk, 377 struct clk_hw **best_parent_clk,
380 int scale, int maxdiv) 378 int scale, int maxdiv)