]> git.ipfire.org Git - people/ms/u-boot.git/commit
Remove arch/${ARCH}/include/asm/errno.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Sep 2016 02:28:56 +0000 (11:28 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 21:56:18 +0000 (17:56 -0400)
commit4491327d59179a212e36f1889bd143c99159138b
tree29849e94b159cd0283f0eb287a19bb9300c0f241
parent1221ce459d04a428f8880f58581f671b736c3c27
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>
16 files changed:
arch/arc/include/asm/errno.h [deleted file]
arch/arm/include/asm/errno.h [deleted file]
arch/avr32/include/asm/errno.h [deleted file]
arch/blackfin/include/asm/errno.h [deleted file]
arch/m68k/include/asm/errno.h [deleted file]
arch/microblaze/include/asm/errno.h [deleted file]
arch/mips/include/asm/errno.h [deleted file]
arch/nds32/include/asm/errno.h [deleted file]
arch/nios2/include/asm/errno.h [deleted file]
arch/openrisc/include/asm/errno.h [deleted file]
arch/powerpc/include/asm/errno.h [deleted file]
arch/sandbox/include/asm/errno.h [deleted file]
arch/sh/include/asm/errno.h [deleted file]
arch/sparc/include/asm/errno.h [deleted file]
arch/x86/include/asm/errno.h [deleted file]
arch/xtensa/include/asm/errno.h [deleted file]