efi: rt-wrapper: Add missing include
authorArd Biesheuvel <ardb@kernel.org>
Mon, 9 Jan 2023 11:41:46 +0000 (12:41 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Mon, 9 Jan 2023 11:42:56 +0000 (12:42 +0100)
commit18bba1843fc7f264f58c9345d00827d082f9c558
treef6a4b8e77ddcb9db959442fa66574279a7523c53
parente006ac3003080177cf0b673441a4241f77aaecce
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 <ardb@kernel.org>
arch/arm64/kernel/efi-rt-wrapper.S