1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

arm: pxa: clean-up include file order

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>
This commit is contained in:
Marcel Ziswiler
2015-08-16 04:16:26 +02:00
committed by Marek Vasut
parent 7d211fec96
commit 67b855fe54
2 changed files with 3 additions and 3 deletions

View File

@@ -10,11 +10,11 @@
* 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)

View 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;