Skip to content

Commit e3e672b

Browse files
ambarusvinodkoul
authored andcommitted
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 <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent c23cd8c commit e3e672b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/dma/at_hdmac.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
#include <dt-bindings/dma/at91.h>
1313
#include <linux/clk.h>
1414
#include <linux/dmaengine.h>
15-
#include <linux/dma-mapping.h>
1615
#include <linux/dmapool.h>
16+
#include <linux/dma-mapping.h>
1717
#include <linux/interrupt.h>
1818
#include <linux/module.h>
19-
#include <linux/platform_device.h>
20-
#include <linux/slab.h>
2119
#include <linux/of.h>
2220
#include <linux/overflow.h>
2321
#include <linux/of_device.h>
2422
#include <linux/of_dma.h>
23+
#include <linux/platform_device.h>
24+
#include <linux/slab.h>
2525

2626
#include "at_hdmac_regs.h"
2727
#include "dmaengine.h"

0 commit comments

Comments
 (0)