Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9affa9e2 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

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: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent e63739b1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);
}