Skip to content
Snippets Groups Projects
Commit 4491327d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
parent 1221ce45
No related branches found
No related tags found
Loading
Showing with 0 additions and 16 deletions
#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>
#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>
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