Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753134AbbBMNfu (ORCPT ); Fri, 13 Feb 2015 08:35:50 -0500 Received: from mail-we0-f170.google.com ([74.125.82.170]:35055 "EHLO mail-we0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752509AbbBMNft (ORCPT ); Fri, 13 Feb 2015 08:35:49 -0500 From: Tomeu Vizoso To: linux-mips@linux-mips.org Cc: Javier Martinez Canillas , Tomeu Vizoso , Ralf Baechle , Stephen Boyd , Manuel Lauss , Michael Turquette , linux-kernel@vger.kernel.org Subject: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr Date: Fri, 13 Feb 2015 14:34:54 +0100 Message-Id: <1423834499-13674-1-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 30 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 --- arch/mips/alchemy/common/clock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/alchemy/common/clock.c b/arch/mips/alchemy/common/clock.c index 4e65404..604b7d0 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, } static long alchemy_clk_fgcs_detr(struct clk_hw *hw, unsigned long rate, - unsigned long min_rate, - unsigned long max_rate, unsigned long *best_parent_rate, struct clk_hw **best_parent_clk, int scale, int maxdiv) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/