powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 25 Jul 2016 01:35:08 +0000 (11:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 26 Jul 2016 04:16:18 +0000 (14:16 +1000)
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@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/mmu-hash.h

index 450b017fdc19e687cbc1c2aa8315a77240c48a90..5eaf86ac143d943d37e3f58ef725b4dbcccb1d02 100644 (file)
@@ -398,8 +398,6 @@ static inline void hpte_init_pseries(void) { }
 #endif
 
 extern void hpte_init_native(void);
-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);