]> Git Repo - J-linux.git/commitdiff
efi: Remove unused declaration efi_initialize_iomem_resources()
authorYue Haibing <[email protected]>
Thu, 8 Aug 2024 14:05:54 +0000 (22:05 +0800)
committerArd Biesheuvel <[email protected]>
Tue, 27 Aug 2024 10:22:18 +0000 (12:22 +0200)
Since commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"),
this is not used anymore.

Signed-off-by: Yue Haibing <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
include/linux/efi.h

index 6bf3c4fe85117ec57db8a51c532a1a62beb72217..e28d8806603376c631000013bc254277fb3cbb04 100644 (file)
@@ -764,8 +764,6 @@ extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md);
 extern int __efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md);
 extern void efi_mem_reserve(phys_addr_t addr, u64 size);
 extern int efi_mem_reserve_persistent(phys_addr_t addr, u64 size);
-extern void efi_initialize_iomem_resources(struct resource *code_resource,
-               struct resource *data_resource, struct resource *bss_resource);
 extern u64 efi_get_fdt_params(struct efi_memory_map_data *data);
 extern struct kobject *efi_kobj;
 
This page took 0.05342 seconds and 4 git commands to generate.