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>
* 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)
* SPDX-License-Identifier: GPL-2.0+
*/
-#include <asm/io.h>
#include <common.h>
+#include <asm/io.h>
DECLARE_GLOBAL_DATA_PTR;