]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: mm: Remove unused declaration early_io_map()
authorYue Haibing <yuehaibing@huawei.com>
Mon, 5 Aug 2024 14:00:38 +0000 (22:00 +0800)
committerWill Deacon <will@kernel.org>
Fri, 16 Aug 2024 10:29:03 +0000 (11:29 +0100)
Commit bf4b558eba92 ("arm64: add early_ioremap support") removed the
implementation but leave declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20240805140038.1366033-1-yuehaibing@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/mmu.h

index 65977c7783c5818c83753697858db0686bc1bcdf..fc414cfd337e2129d8d17581cfbc9d4d846d0f20 100644 (file)
@@ -63,7 +63,6 @@ static inline bool arm64_kernel_unmapped_at_el0(void)
 extern void arm64_memblock_init(void);
 extern void paging_init(void);
 extern void bootmem_init(void);
-extern void __iomem *early_io_map(phys_addr_t phys, unsigned long virt);
 extern void create_mapping_noalloc(phys_addr_t phys, unsigned long virt,
                                   phys_addr_t size, pgprot_t prot);
 extern void create_pgd_mapping(struct mm_struct *mm, phys_addr_t phys,