From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH] clk: ux500: Drop use of clk-private.h Date: Tue, 27 Jan 2015 11:57:24 -0800 Message-ID: <20150127195724.22722.97889@quantum> References: <1421955259-8875-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:49260 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753530AbbA0T5i convert rfc822-to-8bit (ORCPT ); Tue, 27 Jan 2015 14:57:38 -0500 Received: by mail-pa0-f50.google.com with SMTP id rd3so20490280pab.9 for ; Tue, 27 Jan 2015 11:57:38 -0800 (PST) In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Ulf Hansson , Stephen Boyd Cc: "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linus Walleij Quoting Ulf Hansson (2015-01-22 23:36:28) > On 22 January 2015 at 20:34, Stephen Boyd wrote: > > These drivers don't need to include clk-private.h. Remove the > > include. > > > > Cc: Ulf Hansson > > Cc: Linus Walleij > > Signed-off-by: Stephen Boyd > > Acked-by: Ulf Hansson > > I suppose you can queue this through your clk tree directly? Applied. Regards, Mike > > Kind regards > Uffe > > > --- > > drivers/clk/ux500/clk-prcc.c | 1 - > > drivers/clk/ux500/clk-prcmu.c | 1 - > > 2 files changed, 2 deletions(-) > > > > diff --git a/drivers/clk/ux500/clk-prcc.c b/drivers/clk/ux500/clk-prcc.c > > index bd4769a84485..0e950769ed03 100644 > > --- a/drivers/clk/ux500/clk-prcc.c > > +++ b/drivers/clk/ux500/clk-prcc.c > > @@ -8,7 +8,6 @@ > > */ > > > > #include > > -#include > > #include > > #include > > #include > > diff --git a/drivers/clk/ux500/clk-prcmu.c b/drivers/clk/ux500/clk-prcmu.c > > index e2d63bc47436..bf63c96acb1a 100644 > > --- a/drivers/clk/ux500/clk-prcmu.c > > +++ b/drivers/clk/ux500/clk-prcmu.c > > @@ -8,7 +8,6 @@ > > */ > > > > #include > > -#include > > #include > > #include > > #include > > -- > > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > > a Linux Foundation Collaborative Project > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Tue, 27 Jan 2015 11:57:24 -0800 Subject: [PATCH] clk: ux500: Drop use of clk-private.h In-Reply-To: References: <1421955259-8875-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20150127195724.22722.97889@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Ulf Hansson (2015-01-22 23:36:28) > On 22 January 2015 at 20:34, Stephen Boyd wrote: > > These drivers don't need to include clk-private.h. Remove the > > include. > > > > Cc: Ulf Hansson > > Cc: Linus Walleij > > Signed-off-by: Stephen Boyd > > Acked-by: Ulf Hansson > > I suppose you can queue this through your clk tree directly? Applied. Regards, Mike > > Kind regards > Uffe > > > --- > > drivers/clk/ux500/clk-prcc.c | 1 - > > drivers/clk/ux500/clk-prcmu.c | 1 - > > 2 files changed, 2 deletions(-) > > > > diff --git a/drivers/clk/ux500/clk-prcc.c b/drivers/clk/ux500/clk-prcc.c > > index bd4769a84485..0e950769ed03 100644 > > --- a/drivers/clk/ux500/clk-prcc.c > > +++ b/drivers/clk/ux500/clk-prcc.c > > @@ -8,7 +8,6 @@ > > */ > > > > #include > > -#include > > #include > > #include > > #include > > diff --git a/drivers/clk/ux500/clk-prcmu.c b/drivers/clk/ux500/clk-prcmu.c > > index e2d63bc47436..bf63c96acb1a 100644 > > --- a/drivers/clk/ux500/clk-prcmu.c > > +++ b/drivers/clk/ux500/clk-prcmu.c > > @@ -8,7 +8,6 @@ > > */ > > > > #include > > -#include > > #include > > #include > > #include > > -- > > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > > a Linux Foundation Collaborative Project > >