Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753184AbbEHLNj (ORCPT ); Fri, 8 May 2015 07:13:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52683 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753128AbbEHLNC (ORCPT ); Fri, 8 May 2015 07:13:02 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, Luis Henriques Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Boris Brezillon Subject: [PATCH 3.19 7/7] clk: at91: usb: fix determine_rate prototype Date: Fri, 8 May 2015 13:12:26 +0200 Message-Id: <20150508111055.871126310@linuxfoundation.org> X-Mailer: git-send-email 2.4.0 In-Reply-To: <20150508111054.717693099@linuxfoundation.org> References: <20150508111054.717693099@linuxfoundation.org> User-Agent: quilt/0.64 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1286 Lines: 36 3.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Boris Brezillon Commit c67881fc890916206e723329e774391c6ed354ce is a backport of 0b67c43ce36a9964f1d5e3f973ee19eefd3f9f8f upstream commit, fixing a bug on clk rate change propagation. But in 4.0 ->determine_rate() prototype has changed, thus introducing a prototype mismatch when applying it on 3.19. Signed-off-by: Boris Brezillon Signed-off-by: Greg Kroah-Hartman --- drivers/clk/at91/clk-usb.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/clk/at91/clk-usb.c +++ b/drivers/clk/at91/clk-usb.c @@ -58,8 +58,6 @@ static unsigned long at91sam9x5_clk_usb_ static long at91sam9x5_clk_usb_determine_rate(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_hw) { -- 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/