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 <[email protected]> Acked-by: Ard Biesheuvel <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 12a2bf6 commit 5ea5108

File tree

1 file changed

+1
-0
lines changed
  • drivers/firmware/efi

1 file changed

+1
-0
lines changed

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)