]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/mm: Remove __this_fixmap_does_not_exist()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 29 May 2017 15:32:06 +0000 (17:32 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 2 Jun 2017 09:09:53 +0000 (19:09 +1000)
This function has not been used since commit 9494a1e8428ea
("powerpc: use generic fixmap.h)

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/pgtable_32.c

index a65c0b4c0669309621e78c8272270613cf55db0c..cf32c5c6fe28956905f9f3e2a9e5469150d83c12 100644 (file)
@@ -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);
-}