]> git.itanic.dy.fi Git - linux-stable/commit
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
authorBen Hutchings <benh@debian.org>
Tue, 25 Aug 2020 22:27:40 +0000 (23:27 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 13 Sep 2022 12:04:35 +0000 (14:04 +0200)
commit95363747a6f39e88a3052fcf6ce6237769495ce0
treea2c123bd3738caf9979ec0fc815ffd13d7c294b2
parent4b9d1bc7911c9d9159c4881455c584cde99fbb19
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa

tools/include/uapi/asm/errno.h currently attempts to include
non-existent arch-specific errno.h header for xtensa.
Remove this case so that <asm-generic/errno.h> is used instead,
and add the missing arch-specific header for parisc.

References: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=ia64&ver=5.8.3-1%7Eexp1&stamp=1598340829&raw=1
Signed-off-by: Ben Hutchings <benh@debian.org>
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Cc: <stable@vger.kernel.org> # 5.10+
Signed-off-by: Helge Deller <deller@gmx.de>
tools/include/uapi/asm/errno.h