From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Thu, 16 Jul 2015 17:40:02 +0000 Subject: Re: [PATCH] clk: shmobile: Remove unneeded #include Message-Id: <55A7EC72.7070905@codeaurora.org> List-Id: References: <1435064967-12299-1-git-send-email-geert+renesas@glider.be> <20150716000819.GU30412@codeaurora.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Geert Uytterhoeven , Michael Turquette , linux-clk@vger.kernel.org, Linux-sh list On 07/15/2015 11:29 PM, Geert Uytterhoeven wrote: > Hi Stephen, > > On Thu, Jul 16, 2015 at 2:08 AM, Stephen Boyd wrote: >> On 06/23, Geert Uytterhoeven wrote: >>> diff --git a/drivers/clk/shmobile/clk-rcar-gen2.c b/drivers/clk/shmobile/clk-rcar-gen2.c >>> index 9612e3145b7ea370..745496f7ee9c7402 100644 >>> --- a/drivers/clk/shmobile/clk-rcar-gen2.c >>> +++ b/drivers/clk/shmobile/clk-rcar-gen2.c >>> @@ -11,15 +11,13 @@ >>> */ >>> >>> #include >>> -#include >>> #include >>> #include >>> #include >>> #include >>> #include >>> #include >>> -#include >>> -#include >>> +#include >> Is this the right diff? I wanted to apply this to clk-next but it >> fails here because we don't have the pm_clock.h and pm_domain.h >> includes in this file. >> >>> #include > Oops, these two lines were due to a bad rebase, and shouldn't be there. > Just ignore them. Sorry for the trouble. > > Shall I send a new patch? > No need. I fixed it up when applying. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project