Skip to content

Commit

Permalink
powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
Browse files Browse the repository at this point in the history
We removed the BEAT support in 2015 in commit bf4981a ("powerpc:
Remove the celleb support"). These externs are unused since then.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Michael Ellerman committed Jul 26, 2016
1 parent 6364e84 commit 1a1cee8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/include/asm/book3s/64/mmu-hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a1cee8

Please sign in to comment.