dm: sata: dw_sata: Sort #include directives

Sort the header file inclusions into the correct order.

Signed-off-by: Simon Glass <sjg@chromium.org>
master
Simon Glass 7 years ago committed by Jaehoon Chung
parent 3e59c30fcf
commit 0f07df4301
  1. 13
      drivers/ata/dwc_ahsata.c

@ -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 {

Loading…
Cancel
Save