From: Arnd Bergmann Date: Tue, 16 May 2023 16:06:40 +0000 (+0200) Subject: arm64: signal: include asm/exception.h X-Git-Tag: v6.5-rc1~214^2~1^3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ada7aab02ee9b07c8539a5c9cc452520b183a72;p=thirdparty%2Fkernel%2Flinux.git arm64: signal: include asm/exception.h The do_notify_resume() is in a header that is not included for the definition, which causes a W=1 warning: arch/arm64/kernel/signal.c:1280:6: error: no previous prototype for 'do_notify_resume' [-Werror=missing-prototypes] Signed-off-by: Arnd Bergmann Reviewed-by: Kees Cook Acked-by: Ard Biesheuvel Link: https://lore.kernel.org/r/20230516160642.523862-14-arnd@kernel.org Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/kernel/signal.c b/arch/arm64/kernel/signal.c index 2cfc810d0a5b1..3457906ba1179 100644 --- a/arch/arm64/kernel/signal.c +++ b/arch/arm64/kernel/signal.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include