提交 4491327d 编写于 作者: M Masahiro Yamada 提交者: Tom Rini

Remove arch/${ARCH}/include/asm/errno.h

Unlike Linux, nothing about errno.h is arch-specific in U-Boot.
As you see, all of arch/${ARCH}/include/asm/errno.h is just a
wrapper of <asm-generic/errno.h>.  Actually, U-Boot does not
export headers to user-space, so we just have to care about the
consistency in the U-Boot tree.

Now all of include directives for <asm/errno.h> are gone.
Deprecate <asm/errno.h>.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: NAlexey Brodkin <abrodkin@synopsys.com>
上级 1221ce45
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
#include <asm-generic/errno.h>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册