projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfc416
)
sandbox: Correct header file order in cpu.c
author
Simon Glass
<sjg@chromium.org>
Mon, 4 Jul 2016 17:57:47 +0000
(11:57 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000
(20:40 -0600)
The dm/ file should go at the end. Move it.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
patch
|
blob
|
history
diff --git
a/arch/sandbox/cpu/cpu.c
b/arch/sandbox/cpu/cpu.c
index 196f3e1191e166c821378bc05dcecfb20cb25953..7a622c8092d8a80fbdf8e5bbfd78e2323aa51c81 100644
(file)
--- 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;