提交 9affa9e2 编写于 作者: C Christophe Leroy 提交者: Michael Ellerman

powerpc/mm: Remove __this_fixmap_does_not_exist()

This function has not been used since commit 9494a1e8
("powerpc: use generic fixmap.h)
Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 e63739b1
......@@ -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);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册