dm: sata: dw_sata: Sort #include directives

Sort the header file inclusions into the correct order.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2017-07-29 11:35:08 -06:00 committed by Jaehoon Chung
parent 3e59c30fcf
commit 0f07df4301

View File

@ -5,19 +5,18 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <libata.h>
#include <common.h>
#include <ahci.h>
#include <fis.h>
#include <sata.h>
#include <common.h>
#include <libata.h>
#include <malloc.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <sata.h>
#include <asm/io.h>
#include <linux/bitops.h>
#include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h>
#include <linux/bitops.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include "dwc_ahsata.h"
struct sata_port_regs {