diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-21 11:28:56 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-23 17:56:18 -0400 |
commit | 4491327d59179a212e36f1889bd143c99159138b (patch) | |
tree | 29849e94b159cd0283f0eb287a19bb9300c0f241 /arch/sparc/include/asm | |
parent | 1221ce459d04a428f8880f58581f671b736c3c27 (diff) | |
download | u-boot-imx-4491327d59179a212e36f1889bd143c99159138b.zip u-boot-imx-4491327d59179a212e36f1889bd143c99159138b.tar.gz u-boot-imx-4491327d59179a212e36f1889bd143c99159138b.tar.bz2 |
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/sparc/include/asm')
-rw-r--r-- | arch/sparc/include/asm/errno.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/errno.h b/arch/sparc/include/asm/errno.h deleted file mode 100644 index 4c82b50..0000000 --- a/arch/sparc/include/asm/errno.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/errno.h> |