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>
master
Marcel Ziswiler 9 years ago committed by Marek Vasut
parent 7d211fec96
commit 67b855fe54
  1. 4
      arch/arm/cpu/pxa/pxa2xx.c
  2. 2
      arch/arm/cpu/pxa/timer.c

@ -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)

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

Loading…
Cancel
Save