From: Tudor Ambarus Date: Tue, 25 Oct 2022 09:03:00 +0000 (+0300) Subject: dmaengine: at_hdmac: Set include entries in alphabetic order X-Git-Tag: v6.6.7~3860^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3e672b8f95be38db26c971bc4c6b43d18a9836a;p=platform%2Fkernel%2Flinux-starfive.git dmaengine: at_hdmac: Set include entries in alphabetic order It's a good practice to set the include entries in alphabetic order. It helps humans to read the code easier. Alphabetic order should also prove that each header is self-contained, i.e. can be included without prerequisites. Signed-off-by: Tudor Ambarus Acked-by: Nicolas Ferre Link: https://lore.kernel.org/r/20221025090306.297886-1-tudor.ambarus@microchip.com Link: https://lore.kernel.org/r/20221025090306.297886-27-tudor.ambarus@microchip.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index 4e3c519..a3fa8bf 100644 --- a/drivers/dma/at_hdmac.c +++ b/drivers/dma/at_hdmac.c @@ -12,16 +12,16 @@ #include #include #include -#include #include +#include #include #include -#include -#include #include #include #include #include +#include +#include #include "at_hdmac_regs.h" #include "dmaengine.h"