aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/fsl_dspi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/spi/fsl_dspi.c b/drivers/spi/fsl_dspi.c
index 8fe3508..7c52bf2 100644
--- a/drivers/spi/fsl_dspi.c
+++ b/drivers/spi/fsl_dspi.c
@@ -9,12 +9,10 @@
* Haikun Wang (B53464@freescale.com)
*/
-#include <asm/global_data.h>
-#include <linux/math64.h>
#include <common.h>
+#include <linux/math64.h>
#include <dm.h>
#include <errno.h>
-#include <common.h>
#include <log.h>
#include <spi.h>
#include <malloc.h>
@@ -23,6 +21,7 @@
#ifndef CONFIG_M68K
#include <asm/arch/clock.h>
#endif
+#include <asm/global_data.h>
#include <fsl_dspi.h>
#include <linux/bitops.h>
#include <linux/delay.h>