diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2026-06-11 15:21:44 +0200 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2026-06-19 15:27:33 +0100 |
| commit | 998d4d789d2d625e1d8c77c1b6c3951e30e81bb0 (patch) | |
| tree | ee5675d2971b4550006bdd2f7a00c96baa339c4c /mm/tests/git@git.tavy.me:linux.git | |
| parent | 61c19a9feb1d87156e46e38d7759f3ad23710e24 (diff) | |
arm64: static_call: include asm/insns.h
I came a cross a missing declaration in a randconfig build:
arch/arm64/kernel/static_call.c:16:5: error: call to undeclared function 'aarch64_insn_adrp_get_offset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
16 | aarch64_insn_adrp_get_offset(le32_to_cpup(tramp + 4)) +
| ^
Include the header that contains this definition explicitly,
rather than relying on it to come indirectly through another
header.
Fixes: 54ac9ff8f119 ("arm64: Use static call trampolines when kCFI is enabled")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'mm/tests/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
