u-boot/arch/xtensa
Masahiro Yamada 4491327d59 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>
2016-09-23 17:56:18 -04:00
..
cpu xtensa: add support for the xtensa processor architecture [2/2] 2016-08-15 18:46:38 -04:00
dts xtensa: add support for the 'xtfpga' evaluation board 2016-08-15 18:46:40 -04:00
include/asm Remove arch/${ARCH}/include/asm/errno.h 2016-09-23 17:56:18 -04:00
lib arch, board: squash lines for immediate return 2016-09-23 17:53:53 -04:00
Kconfig xtensa: add support for the 'xtfpga' evaluation board 2016-08-15 18:46:40 -04:00
Makefile xtensa: add support for the xtensa processor architecture [2/2] 2016-08-15 18:46:38 -04:00
config.mk xtensa: add support for the xtensa processor architecture [2/2] 2016-08-15 18:46:38 -04:00