summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-21 11:28:56 +0900
committerTom Rini <trini@konsulko.com>2016-09-23 17:56:18 -0400
commit4491327d59179a212e36f1889bd143c99159138b (patch)
tree29849e94b159cd0283f0eb287a19bb9300c0f241 /arch/x86
parent1221ce459d04a428f8880f58581f671b736c3c27 (diff)
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: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/errno.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/errno.h b/arch/x86/include/asm/errno.h
deleted file mode 100644
index 4c82b503d9..0000000000
--- a/arch/x86/include/asm/errno.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/errno.h>