u-boot-brain/arch/sparc
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 Fix spelling of "transferred". 2016-03-22 12:16:16 -04:00
include/asm Remove arch/${ARCH}/include/asm/errno.h 2016-09-23 17:56:18 -04:00
lib sparc: Remove non-generic board init files: board.c, time.c 2015-12-03 13:15:50 +02:00
config.mk sparc: Add -mcpu= compiler flags for LEON2/LEON3 2015-11-13 10:23:32 +02:00
Kconfig sparc: Move SYS_SPARC_NWINDOWS to Kconfig 2015-12-03 13:15:48 +02:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00