From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 12 Aug 2015 10:36:10 +0800 From: Shawn Guo To: Stephen Boyd Cc: Michael Turquette , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, kernel@pengutronix.de Subject: Re: [GIT PULL] i.MX clock updates for 4.2 Message-ID: <20150812023609.GD10035@tiger> References: <20150811085921.GB10035@tiger> <20150811174657.2416.1270@quantum> <20150811183425.GL2839@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20150811183425.GL2839@codeaurora.org> List-ID: On Tue, Aug 11, 2015 at 11:34:25AM -0700, Stephen Boyd wrote: > Yes. We would have found this unused include too. I'll apply this > after we merge it into clk-next. Thanks Stephen for the fixup. I will make sure that i.MX clock patches get Cc'd to you and Mike. Shawn > > ----8<---- > From: Stephen Boyd > Subject: [PATCH] clk: imx: Remove unused clkdev.h include > > Signed-off-by: Stephen Boyd > --- > drivers/clk/imx/clk-imx6ul.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c > index aaa36650695f..c498f558e942 100644 > --- a/drivers/clk/imx/clk-imx6ul.c > +++ b/drivers/clk/imx/clk-imx6ul.c > @@ -11,7 +11,6 @@ > > #include > #include > -#include > #include > #include > #include > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > a Linux Foundation Collaborative Project