Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);