From: Michael Ellerman Date: Mon, 25 Jul 2016 01:35:08 +0000 (+1000) Subject: powerpc/mm: Drop unused externs for hpte_init_beat[_v3]() X-Git-Tag: v4.8-rc1~85^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a1cee843c4a532f57083ffe8cbf4fcd3dcb381d;p=thirdparty%2Flinux.git 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 --- diff --git a/arch/powerpc/include/asm/book3s/64/mmu-hash.h b/arch/powerpc/include/asm/book3s/64/mmu-hash.h index 450b017fdc19e..5eaf86ac143d9 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) { } #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);