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 > >