From: Laurent Pinchart Date: Mon, 12 May 2014 23:02:13 +0000 (+0200) Subject: dmaengine: sudmac: Keep #include sorted alphabetically X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cf5a23b78717bb547ab6c9267f05d4fe803bd853;p=openwrt%2Fstaging%2Fblogic.git dmaengine: sudmac: Keep #include sorted alphabetically This helps detecting duplicate includes. Signed-off-by: Laurent Pinchart Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/sh/sudmac.c b/drivers/dma/sh/sudmac.c index 4e7df43b50d6..b5b7e54ac845 100644 --- a/drivers/dma/sh/sudmac.c +++ b/drivers/dma/sh/sudmac.c @@ -14,12 +14,12 @@ * published by the Free Software Foundation. */ +#include #include -#include -#include #include -#include +#include #include +#include #include struct sudmac_chan {