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:
4793122
)
board_f: Move errno.h down to the bottom
author
Simon Glass
<
[email protected]
>
Fri, 31 Mar 2017 14:40:35 +0000
(08:40 -0600)
committer
Tom Rini
<
[email protected]
>
Wed, 5 Apr 2017 20:36:55 +0000
(16:36 -0400)
This is to keep the header file order consistent.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
common/board_f.c
patch
|
blob
|
history
diff --git
a/common/board_f.c
b/common/board_f.c
index b153aff0520f7202a19272587f97a6f2dc284255..e483b4b06c9f6f43ce5e75a1def32636536e156b 100644
(file)
--- a/
common/board_f.c
+++ b/
common/board_f.c
@@
-45,7
+45,6
@@
#include <trace.h>
#include <video.h>
#include <watchdog.h>
-#include <linux/errno.h>
#include <asm/io.h>
#include <asm/sections.h>
#if defined(CONFIG_X86) || defined(CONFIG_ARC)
@@
-55,6
+54,7
@@
#include <asm/relocate.h>
#endif
#include <dm/root.h>
+#include <linux/errno.h>
/*
* Pointer to initial global data area