diff mbox series

[U-Boot,v3,08/11] common: board_f: Sort includes

Message ID 20180524084209.21172-8-mario.six@gdsys.cc
State Changes Requested
Delegated to: Mario Six
Headers show
Series [U-Boot,v3,01/11] ram: Add driver for MPC83xx | expand

Commit Message

Mario Six May 24, 2018, 8:42 a.m. UTC
Includes should be sorted.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>

---

v2 -> v3:
No changes

v1 -> v2:
New in v2

---
 common/board_f.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.11.0
diff mbox series

Patch

diff --git a/common/board_f.c b/common/board_f.c
index d24513d6d18..a716eeb8990 100644
--- 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>