From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757855AbbBFRYP (ORCPT ); Fri, 6 Feb 2015 12:24:15 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:43706 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756434AbbBFRYO (ORCPT ); Fri, 6 Feb 2015 12:24:14 -0500 Message-ID: <54D4F8BD.5090400@codeaurora.org> Date: Fri, 06 Feb 2015 09:24:13 -0800 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Tomeu Vizoso , Mike Turquette CC: linux-kernel@vger.kernel.org, Sylwester Nawrocki Subject: Re: [PATCH 3/3] clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() References: <1423181968-32149-1-git-send-email-sboyd@codeaurora.org> <1423181968-32149-4-git-send-email-sboyd@codeaurora.org> <54D4A8C9.9000507@collabora.com> In-Reply-To: <54D4A8C9.9000507@collabora.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/06/15 03:43, Tomeu Vizoso wrote: > On 02/06/2015 01:19 AM, Stephen Boyd wrote: >> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c >> index 315dc22b7356..5d804a43ab1a 100644 >> --- a/drivers/clk/clk.c >> +++ b/drivers/clk/clk.c >> @@ -2807,16 +2807,6 @@ static LIST_HEAD(of_clk_providers); >> static DEFINE_MUTEX(of_clk_mutex); >> >> /* of_clk_provider list locking helpers */ > Patch looks good to me, but this comment can be removed now. > > Reviewed-by: Tomeu Vizoso > Done, plus I removed "clk.h" include in clk-conf.c. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project