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>
|
||
|---|---|---|
| .. | ||
| arch-leon2 | ||
| arch-leon3 | ||
| asi.h | ||
| asmmacro.h | ||
| atomic.h | ||
| bitops.h | ||
| byteorder.h | ||
| cache.h | ||
| config.h | ||
| global_data.h | ||
| io.h | ||
| irq.h | ||
| leon.h | ||
| leon2.h | ||
| leon3.h | ||
| machines.h | ||
| page.h | ||
| posix_types.h | ||
| processor.h | ||
| prom.h | ||
| psr.h | ||
| ptrace.h | ||
| sections.h | ||
| srmmu.h | ||
| stack.h | ||
| string.h | ||
| types.h | ||
| u-boot.h | ||
| unaligned.h | ||
| winmacro.h | ||