[PATCH 3/3] powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
Michael Ellerman
mpe at ellerman.id.au
Mon Jul 25 12:57:51 AEST 2016
We removed the BEAT support in 2015 in commit bf4981a00636 ("powerpc:
Remove the celleb support"). These externs are unused since then.
Signed-off-by: Michael Ellerman <mpe at ellerman.id.au>
---
arch/powerpc/include/asm/book3s/64/mmu-hash.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/powerpc/include/asm/book3s/64/mmu-hash.h b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
index 23cff86aa779..e520ee7731a8 100644
--- a/arch/powerpc/include/asm/book3s/64/mmu-hash.h
+++ b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
@@ -409,9 +409,6 @@ static inline void hpte_init_pseries(void)
}
#endif
-extern void hpte_init_beat(void);
-extern void hpte_init_beat_v3(void);
-
extern void slb_initialize(void);
extern void slb_flush_and_rebolt(void);
--
2.7.4
More information about the Linuxppc-dev
mailing list