u-boot-brain/arch/avr32/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
..
arch-at32ap700x avr32: rename mmu.h definitions 2015-02-17 22:52:40 +01:00
arch-common
bitops.h avr32: Use the generic bitops headers 2015-11-05 10:52:31 -05:00
byteorder.h
cache.h
config.h avr32: add generic board support 2015-02-17 22:54:38 +01:00
dma-mapping.h avr32: use dlmalloc for DMA buffers 2015-02-17 22:52:39 +01:00
global_data.h avr32: use generic gd->start_addr_sp 2015-02-17 22:52:41 +01:00
hmatrix-common.h
io.h
posix_types.h
processor.h
ptrace.h
sdram.h
sections.h
setup.h
string.h
sysreg.h
types.h
u-boot.h avr32: Drop unused code in u-boot.h 2016-05-27 15:39:52 -04:00
unaligned.h