Commit cf5a23b7 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Vinod Koul

dmaengine: sudmac: Keep #include sorted alphabetically

This helps detecting duplicate includes.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent c46b9af2
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment