uboot/arch/arc/include/asm
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
..
arcregs.h
bitops.h
byteorder.h
cache.h
config.h
global_data.h arc: make global_data.h usable in assembly files 2016-07-04 11:43:41 +03:00
init_helpers.h
io.h arc: Update data accessors with use of memory barriers 2016-06-13 14:38:05 +02:00
linkage.h
posix_types.h
processor.h
ptrace.h
relocate.h
sections.h arc: No need in sections defined in sources with newer tools 2016-08-05 12:50:25 +03:00
string.h
types.h
u-boot-arc.h
u-boot.h
unaligned.h