efi: rt-wrapper: Add missing include
authorArd Biesheuvel <ardb@kernel.org>
Mon, 9 Jan 2023 11:41:46 +0000 (12:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jan 2023 06:24:41 +0000 (07:24 +0100)
commit72b0e5faa5149f09c6a7a74e4012f29e33509bab
tree9f501f4d7bc0c7970754ac12399f0b368c7698eb
parentf75a91c82dc805af8f718ff106ec9c090234b37b
efi: rt-wrapper: Add missing include

commit 18bba1843fc7f264f58c9345d00827d082f9c558 upstream.

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>
Cc: Lee Jones <lee@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/efi-rt-wrapper.S