mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
479312233c
commit
056285fd45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue