projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c21749
)
common: board_f: Sort includes
author
Mario Six
<mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:39 +0000
(10:23 +0200)
committer
Simon Glass
<sjg@chromium.org>
Tue, 18 Sep 2018 06:01:18 +0000
(
00:01
-0600)
Includes should be sorted.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
common/board_f.c
patch
|
blob
|
history
diff --git
a/common/board_f.c
b/common/board_f.c
index 3871839a2db6c7ed299f850ee43346e3eeeaf350..afafec5e4d02657926f164f7a06abaf76914e851 100644
(file)
--- a/
common/board_f.c
+++ b/
common/board_f.c
@@
-11,8
+11,8
@@
#include <common.h>
#include <console.h>
-#include <environment.h>
#include <dm.h>
+#include <environment.h>
#include <fdtdec.h>
#include <fs.h>
#include <i2c.h>