Skip to content

Commit 42501f6

Browse files
YueHaibingwilldeacon
authored andcommitted
arm64: Remove unsued extern declaration init_mem_pgprot()
commit a501e32 ("arm64: Clean up the default pgprot setting") left behind this. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com> Link: https://lore.kernel.org/r/20230720143555.26044-1-yuehaibing@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 6477c38 commit 42501f6

File tree

1 file changed

+0
-1
lines changed
  • arch/arm64/include/asm

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/mmu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ extern void arm64_memblock_init(void);
6464
extern void paging_init(void);
6565
extern void bootmem_init(void);
6666
extern void __iomem *early_io_map(phys_addr_t phys, unsigned long virt);
67-
extern void init_mem_pgprot(void);
6867
extern void create_mapping_noalloc(phys_addr_t phys, unsigned long virt,
6968
phys_addr_t size, pgprot_t prot);
7069
extern void create_pgd_mapping(struct mm_struct *mm, phys_addr_t phys,

0 commit comments

Comments
 (0)