Skip to content

Commit 8a132ec

Browse files
YueHaibingardbiesheuvel
authored andcommitted
efi: Remove unused extern declaration efi_lookup_mapped_addr()
Since commit 50a0cb5 ("x86/efi-bgrt: Fix kernel panic when mapping BGRT data") this extern declaration is not used anymore. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent 06c2afb commit 8a132ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/efi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ static inline efi_status_t efi_query_variable_store(u32 attributes,
726726
return EFI_SUCCESS;
727727
}
728728
#endif
729-
extern void __iomem *efi_lookup_mapped_addr(u64 phys_addr);
730729

731730
extern int __init __efi_memmap_init(struct efi_memory_map_data *data);
732731
extern int __init efi_memmap_init_early(struct efi_memory_map_data *data);

0 commit comments

Comments
 (0)