From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Thu, 16 Jul 2015 00:08:19 +0000 Subject: Re: [PATCH] clk: shmobile: Remove unneeded #include Message-Id: <20150716000819.GU30412@codeaurora.org> List-Id: References: <1435064967-12299-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1435064967-12299-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-sh@vger.kernel.org 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 -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project