aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2016-07-24 21:35:08 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2016-07-26 00:16:18 -0400
commit1a1cee843c4a532f57083ffe8cbf4fcd3dcb381d (patch)
tree22266d95ae193bf972711733ddacd4d7b7dff20d
parent6364e84e855ae9a0558ac873e3ff50ecb75bb40a (diff)
powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
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>
-rw-r--r--arch/powerpc/include/asm/book3s/64/mmu-hash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/book3s/64/mmu-hash.h b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
index 450b017fdc19..5eaf86ac143d 100644
--- a/arch/powerpc/include/asm/book3s/64/mmu-hash.h
+++ b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
@@ -398,8 +398,6 @@ static inline void hpte_init_pseries(void) { }
398#endif 398#endif
399 399
400extern void hpte_init_native(void); 400extern void hpte_init_native(void);
401extern void hpte_init_beat(void);
402extern void hpte_init_beat_v3(void);
403 401
404extern void slb_initialize(void); 402extern void slb_initialize(void);
405extern void slb_flush_and_rebolt(void); 403extern void slb_flush_and_rebolt(void);