[U-Boot] [PATCH 12/16] board_f: Move errno.h down to the bottom

Simon Glass sjg at chromium.org
Fri Mar 31 14:40:35 UTC 2017


This is to keep the header file order consistent.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

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

diff --git a/common/board_f.c b/common/board_f.c
index 5df00f33b1..925861124c 100644
--- 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
-- 
2.12.2.564.g063fe858b8-goog



More information about the U-Boot mailing list