summaryrefslogtreecommitdiff
path: root/drivers/tpm
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-21 11:28:56 +0900
committerTom Rini <trini@konsulko.com>2016-09-23 17:56:18 -0400
commit4491327d59179a212e36f1889bd143c99159138b (patch)
tree29849e94b159cd0283f0eb287a19bb9300c0f241 /drivers/tpm
parent1221ce459d04a428f8880f58581f671b736c3c27 (diff)
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>
Diffstat (limited to 'drivers/tpm')
0 files changed, 0 insertions, 0 deletions