diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-05-12 19:02:13 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-06-01 13:26:30 -0400 |
commit | cf5a23b78717bb547ab6c9267f05d4fe803bd853 (patch) | |
tree | 20bb91b0587180327cbb7eee4998d18b57dfc1f0 /drivers/dma | |
parent | c46b9af26f1a971f7727328ba1cf4d702545cf2f (diff) |
dmaengine: sudmac: Keep #include sorted alphabetically
This helps detecting duplicate includes.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/sh/sudmac.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
14 | * published by the Free Software Foundation. | 14 | * published by the Free Software Foundation. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/dmaengine.h> | ||
17 | #include <linux/init.h> | 18 | #include <linux/init.h> |
18 | #include <linux/module.h> | ||
19 | #include <linux/slab.h> | ||
20 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
21 | #include <linux/dmaengine.h> | 20 | #include <linux/module.h> |
22 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/slab.h> | ||
23 | #include <linux/sudmac.h> | 23 | #include <linux/sudmac.h> |
24 | 24 | ||
25 | struct sudmac_chan { | 25 | struct sudmac_chan { |