Commit 1a1cee84 authored by Michael Ellerman's avatar Michael Ellerman

powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()

We removed the BEAT support in 2015 in commit bf4981a0 ("powerpc:
Remove the celleb support"). These externs are unused since then.
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 6364e84e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment