Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07b9733f authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Tejun Heo
Browse files

pata: imx: sort headers out



Put headers in alphabetic order and remove redundant ones.

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 4e647d96
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -13,14 +13,12 @@
 * - dmaengine support
 * - check if timing stuff needed
 */
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <scsi/scsi_host.h>

#include <linux/ata.h>
#include <linux/clk.h>
#include <linux/libata.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/clk.h>

#define DRV_NAME "pata_imx"