diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-25 17:03:27 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2023-08-03 16:39:31 +0300 |
commit | 8a132ecb6bc38f9ed0d2927acbcabeb1443613b2 (patch) | |
tree | 203c18dda6f7ca538950728a5fae2c8237266fa2 /include/linux/efi.h | |
parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) | |
download | linux-8a132ecb6bc38f9ed0d2927acbcabeb1443613b2.tar.xz |
efi: Remove unused extern declaration efi_lookup_mapped_addr()
Since commit 50a0cb565246 ("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>
Diffstat (limited to 'include/linux/efi.h')
-rw-r--r-- | include/linux/efi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h index ab088c662e88..e9004358f7bd 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -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); |