summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-04 17:57:47 (GMT)
committerSimon Glass <sjg@chromium.org>2016-07-15 02:40:24 (GMT)
commit6e20650425842244603380c275e7d7701305d2a0 (patch)
treee4a799458371db8cfb1675a6d91da2ed69b8201d /arch/sandbox
parent4cfc416701e2fb4214dffa78ba2c3f7e2ffed3bb (diff)
downloadu-boot-fsl-qoriq-6e20650425842244603380c275e7d7701305d2a0.tar.xz
sandbox: Correct header file order in cpu.c
The dm/ file should go at the end. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/cpu/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c
index 196f3e1..7a622c8 100644
--- a/arch/sandbox/cpu/cpu.c
+++ b/arch/sandbox/cpu/cpu.c
@@ -4,10 +4,10 @@
*/
#define DEBUG
#include <common.h>
-#include <dm/root.h>
#include <os.h>
#include <asm/io.h>
#include <asm/state.h>
+#include <dm/root.h>
DECLARE_GLOBAL_DATA_PTR;