提交 056285fd 编写于 作者: S Simon Glass 提交者: Tom Rini

board_f: Move errno.h down to the bottom

This is to keep the header file order consistent.
Signed-off-by: NSimon Glass <sjg@chromium.org>
Reviewed-by: NYork Sun <york.sun@nxp.com>
上级 47931223
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册