Commit 8a132ecb authored by YueHaibing's avatar YueHaibing Committed by Ard Biesheuvel
Browse files

efi: Remove unused extern declaration efi_lookup_mapped_addr()



Since commit 50a0cb56 ("x86/efi-bgrt: Fix kernel panic when mapping BGRT data")
this extern declaration is not used anymore.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 06c2afb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -726,7 +726,6 @@ static inline efi_status_t efi_query_variable_store(u32 attributes,
	return EFI_SUCCESS;
}
#endif
extern void __iomem *efi_lookup_mapped_addr(u64 phys_addr);

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