diff options
| author | John Paul Adrian Glaubitz <glaubitz () physik ! fu-berlin ! de> | 2021-04-16 22:46:12 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-04-16 23:10:37 +0000 |
| commit | 17786fea414393813b56e33a1a01b2dfa03c0915 (patch) | |
| tree | e9cdc3bf2e9bcf5170e1e952cc2dbcfb24445b02 /lib/dynamic_debug.c | |
| parent | ia64: fix discontig.c section mismatches (diff) | |
| download | kernel-17786fea414393813b56e33a1a01b2dfa03c0915.tar.gz kernel-17786fea414393813b56e33a1a01b2dfa03c0915.zip | |
ia64: tools: remove inclusion of ia64-specific version of errno.h header
There is no longer an ia64-specific version of the errno.h header below
arch/ia64/include/uapi/asm/, so trying to build tools/bpf fails with:
CC /usr/src/linux/tools/bpf/bpftool/btf_dumper.o
In file included from /usr/src/linux/tools/include/linux/err.h:8,
from btf_dumper.c:11:
/usr/src/linux/tools/include/uapi/asm/errno.h:13:10: fatal error: ../../../arch/ia64/include/uapi/asm/errno.h: No such file or directory
13 | #include "../../../arch/ia64/include/uapi/asm/errno.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Thus, just remove the inclusion of the ia64-specific errno.h so that the
build will use the generic errno.h header on this target which was used
there anyway as the ia64-specific errno.h was just a wrapper for the
generic header.
Fixes: c25f867ddd00 ("ia64: remove unneeded uapi asm-generic wrappers")
Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
