Commit 056285fd454362ec1aa5e8bfedff38d9ef7a9fb1

Authored by Simon Glass
Committed by Tom Rini
1 parent 479312233c

board_f: Move errno.h down to the bottom

This is to keep the header file order consistent.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -45,7 +45,6 @@
45 45 #include <trace.h>
46 46 #include <video.h>
47 47 #include <watchdog.h>
48   -#include <linux/errno.h>
49 48 #include <asm/io.h>
50 49 #include <asm/sections.h>
51 50 #if defined(CONFIG_X86) || defined(CONFIG_ARC)
... ... @@ -55,6 +54,7 @@
55 54 #include <asm/relocate.h>
56 55 #endif
57 56 #include <dm/root.h>
  57 +#include <linux/errno.h>
58 58  
59 59 /*
60 60 * Pointer to initial global data area