Skip to content
Snippets Groups Projects
Commit 54a5cf81 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Marek Vasut
Browse files

arm: pxa: mmc: 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: default avatarMarcel Ziswiler <marcel@ziswiler.com>
parent 67b855fe
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,13 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <common.h>
#include <malloc.h>
#include <mmc.h>
#include <asm/errno.h>
#include <asm/arch/hardware.h>
#include <asm/arch/regs-mmc.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <malloc.h>
#include <mmc.h>
/* PXAMMC Generic default config for various CPUs */
#if defined(CONFIG_CPU_PXA25X)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment