diff mbox

[6/7] powerpc/mm: remove __this_fixmap_does_not_exist()

Message ID 0e16df19be949fa1adccd8ec7949b164df73e90e.1496070452.git.christophe.leroy@c-s.fr (mailing list archive)
State Accepted
Commit 9affa9e228d3ece66ed322909e84cfb08f6c4c64
Headers show

Commit Message

Christophe Leroy May 29, 2017, 3:32 p.m. UTC
This function has not been used since commit 9494a1e8428ea
("powerpc: use generic fixmap.h)

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 arch/powerpc/mm/pgtable_32.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Michael Ellerman June 5, 2017, 10:21 a.m. UTC | #1
On Mon, 2017-05-29 at 15:32:06 UTC, Christophe Leroy wrote:
> This function has not been used since commit 9494a1e8428ea
> ("powerpc: use generic fixmap.h)
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9affa9e228d3ece66ed322909e84cf

cheers
diff mbox

Patch

diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index d151779621fb..d672904bad0c 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -423,8 +423,3 @@  void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)
 	map_kernel_page(address, phys, pgprot_val(flags));
 	fixmaps++;
 }
-
-void __this_fixmap_does_not_exist(void)
-{
-	WARN_ON(1);
-}