浏览代码

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 <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Christophe Leroy 8 年之前
父节点
当前提交
9affa9e228
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      arch/powerpc/mm/pgtable_32.c

+ 0 - 5
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));
 	map_page(address, phys, pgprot_val(flags));
 	fixmaps++;
 	fixmaps++;
 }
 }
-
-void __this_fixmap_does_not_exist(void)
-{
-	WARN_ON(1);
-}