Skip to content

Commit 5ea5108

Browse files
committed
efi: Export symbol efi_mem_desc_lookup
Building efidrm as module requires efi_mem_desc_lookup(). Export the symbol. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://lore.kernel.org/r/20250408091837.407401-2-tzimmermann@suse.de
1 parent 12a2bf6 commit 5ea5108

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/firmware/efi

drivers/firmware/efi/efi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ int __efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md)
558558

559559
extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md)
560560
__weak __alias(__efi_mem_desc_lookup);
561+
EXPORT_SYMBOL_GPL(efi_mem_desc_lookup);
561562

562563
/*
563564
* Calculate the highest address of an efi memory descriptor.

0 commit comments

Comments
 (0)