]> git.sur5r.net Git - u-boot/commitdiff
arm: pxa: clean-up include file order
authorMarcel Ziswiler <marcel@ziswiler.com>
Sun, 16 Aug 2015 02:16:26 +0000 (04:16 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 24 Aug 2015 18:30:37 +0000 (20:30 +0200)
Cleaning up order of include files by sorting them alphabetically
keeping in mind to leave common.h on top.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
arch/arm/cpu/pxa/pxa2xx.c
arch/arm/cpu/pxa/timer.c

index 7e861e26dba7e1baa009e0bf85459ae068eb47b1..2f12fb9c82553c74263e0b41e6116540cd5a3bfe 100644 (file)
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#include <common.h>
+#include <asm/arch/pxa-regs.h>
 #include <asm/io.h>
 #include <asm/system.h>
 #include <command.h>
-#include <common.h>
-#include <asm/arch/pxa-regs.h>
 
 /* Flush I/D-cache */
 static void cache_flush(void)
index 11fefd54992c9f7dab3b37aae61bea8130f12d45..7c25e67fea74dd6bc76954a46f96fc49024ec13e 100644 (file)
@@ -6,8 +6,8 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <asm/io.h>
 #include <common.h>
+#include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;