From: Ard Biesheuvel Date: Mon, 9 Jan 2023 11:41:46 +0000 (+0100) Subject: efi: rt-wrapper: Add missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=18bba1843fc7f264f58c9345d00827d082f9c558;p=linux.git efi: rt-wrapper: Add missing include Add the missing #include of asm/assembler.h, which is where the ldr_l macro is defined. Fixes: ff7a167961d1b97e ("arm64: efi: Execute runtime services from a dedicated stack") Signed-off-by: Ard Biesheuvel --- diff --git a/arch/arm64/kernel/efi-rt-wrapper.S b/arch/arm64/kernel/efi-rt-wrapper.S index a00886410537d..d872d18101d83 100644 --- a/arch/arm64/kernel/efi-rt-wrapper.S +++ b/arch/arm64/kernel/efi-rt-wrapper.S @@ -4,6 +4,7 @@ */ #include +#include SYM_FUNC_START(__efi_rt_asm_wrapper) stp x29, x30, [sp, #-112]!