From 4491327d59179a212e36f1889bd143c99159138b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:56 +0900 Subject: 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 . 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 are gone. Deprecate . Signed-off-by: Masahiro Yamada Acked-by: Alexey Brodkin --- arch/sparc/include/asm/errno.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 arch/sparc/include/asm/errno.h (limited to 'arch/sparc') diff --git a/arch/sparc/include/asm/errno.h b/arch/sparc/include/asm/errno.h deleted file mode 100644 index 4c82b503d9..0000000000 --- a/arch/sparc/include/asm/errno.h +++ /dev/null @@ -1 +0,0 @@ -#include -- cgit v1.2.3