arm64: signal: include asm/exception.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 16:06:40 +0000 (18:06 +0200)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 25 May 2023 16:44:03 +0000 (17:44 +0100)
commit8ada7aab02ee9b07c8539a5c9cc452520b183a72
tree5d5729bf5ebcf0af2f04934804dba30c801a3a90
parenta7f5cb606e9993daf2d129efc5e3b6ca46ad9227
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 <arnd@arndb.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20230516160642.523862-14-arnd@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/signal.c