From: Christophe Leroy Date: Mon, 29 May 2017 15:32:06 +0000 (+0200) Subject: powerpc/mm: Remove __this_fixmap_does_not_exist() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9affa9e228d3ece66ed322909e84cfb08f6c4c64;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git powerpc/mm: Remove __this_fixmap_does_not_exist() This function has not been used since commit 9494a1e8428ea ("powerpc: use generic fixmap.h) Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c index a65c0b4c0669..cf32c5c6fe28 100644 --- a/arch/powerpc/mm/pgtable_32.c +++ b/arch/powerpc/mm/pgtable_32.c @@ -390,8 +390,3 @@ void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) map_page(address, phys, pgprot_val(flags)); fixmaps++; } - -void __this_fixmap_does_not_exist(void) -{ - WARN_ON(1); -}