]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/pxa_mmc_gen.c
karo: tx6: don't perform DQS gating calibration
[karo-tx-uboot.git] / drivers / mmc / pxa_mmc_gen.c
index 25ab0b1fc8e19b5d8213b835e3cb438f6042d2dd..19ae81d470c469e31f86ab1f0c66c9e22c256d57 100644 (file)
@@ -6,15 +6,13 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <config.h>
 #include <common.h>
-#include <malloc.h>
-
-#include <mmc.h>
-#include <asm/errno.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/regs-mmc.h>
+#include <asm/errno.h>
 #include <asm/io.h>
+#include <malloc.h>
+#include <mmc.h>
 
 /* PXAMMC Generic default config for various CPUs */
 #if defined(CONFIG_CPU_PXA25X)