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 /include/configs/T104xRDB.h | |
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 'include/configs/T104xRDB.h')
0 files changed, 0 insertions, 0 deletions