u-boot-brain/arch/sh/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
..
bitops.h sh: Use the generic bitops headers 2015-11-05 10:52:09 -05:00
byteorder.h
cache.h
config.h Drop references to CONFIG_SYS_GENERIC_BOARD in config files 2016-05-27 15:39:54 -04:00
cpu_sh2.h
cpu_sh3.h
cpu_sh4.h
cpu_sh7203.h
cpu_sh7264.h
cpu_sh7269.h
cpu_sh7706.h
cpu_sh7710.h
cpu_sh7720.h
cpu_sh7722.h
cpu_sh7723.h
cpu_sh7724.h
cpu_sh7734.h
cpu_sh7750.h
cpu_sh7752.h
cpu_sh7753.h
cpu_sh7757.h
cpu_sh7763.h
cpu_sh7780.h
cpu_sh7785.h
global_data.h
io.h arm, nds32, sh: remove useless ioremap()/iounmap() defines 2016-07-14 18:22:25 -04:00
irqflags.h
macro.h
mmc.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
pci.h
posix_types.h
processor.h
ptrace.h
sections.h
string.h
system.h
types.h
u-boot.h sh: Fix build errors for generic board 2016-05-27 15:39:51 -04:00
unaligned-sh4a.h
unaligned.h Replace <compiler.h> with <linux/compiler.h> 2014-12-08 09:35:46 -05:00
zimage.h