Skip to content
Snippets Groups Projects
Commit 056285fd authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

board_f: Move errno.h down to the bottom


This is to keep the header file order consistent.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 47931223
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
#include <trace.h> #include <trace.h>
#include <video.h> #include <video.h>
#include <watchdog.h> #include <watchdog.h>
#include <linux/errno.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/sections.h> #include <asm/sections.h>
#if defined(CONFIG_X86) || defined(CONFIG_ARC) #if defined(CONFIG_X86) || defined(CONFIG_ARC)
...@@ -55,6 +54,7 @@ ...@@ -55,6 +54,7 @@
#include <asm/relocate.h> #include <asm/relocate.h>
#endif #endif
#include <dm/root.h> #include <dm/root.h>
#include <linux/errno.h>
/* /*
* Pointer to initial global data area * Pointer to initial global data area
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment