Skip to content

Commit

Permalink
dmaengine: sudmac: Keep #include sorted alphabetically
Browse files Browse the repository at this point in the history
This helps detecting duplicate includes.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Laurent Pinchart authored and Vinod Koul committed Jun 1, 2014
1 parent c46b9af commit cf5a23b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/dma/sh/sudmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* published by the Free Software Foundation.
*/

#include <linux/dmaengine.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/dmaengine.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/sudmac.h>

struct sudmac_chan {
Expand Down

0 comments on commit cf5a23b

Please sign in to comment.