mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
efi: Remove unused extern declaration efi_lookup_mapped_addr()
Since commit 50a0cb5652 ("x86/efi-bgrt: Fix kernel panic when mapping BGRT data")
this extern declaration is not used anymore.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
committed by
Ard Biesheuvel
parent
06c2afb862
commit
8a132ecb6b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user