From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Tue, 13 May 2014 08:14:20 +0000 Subject: Re: [PATCH 1/6] DMA: shdmac: Keep #include sorted alphabetically Message-Id: <1399968860.3703.20.camel@smile.fi.intel.com> List-Id: References: <1399935736-16854-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1399935736-16854-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Tue, 2014-05-13 at 01:02 +0200, Laurent Pinchart wrote: > This helps detecting duplicate includes. No need to do that, since we have nice helper make includecheck Similar comment to patch 3/6. But if you have stronger explanation why it's needed besides that... you are welcome ) > > Signed-off-by: Laurent Pinchart > --- > drivers/dma/sh/shdmac.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/drivers/dma/sh/shdmac.c b/drivers/dma/sh/shdmac.c > index dda7e75..7313537 100644 > --- a/drivers/dma/sh/shdmac.c > +++ b/drivers/dma/sh/shdmac.c > @@ -18,21 +18,21 @@ > * > */ > > +#include > +#include > #include > +#include > +#include > #include > +#include > #include > #include > -#include > -#include > -#include > -#include > #include > #include > +#include > #include > -#include > -#include > +#include > #include > -#include > > #include "../dmaengine.h" > #include "shdma.h" -- Andy Shevchenko Intel Finland Oy