From: Ralf Baechle Date: Mon, 15 May 2006 14:08:22 +0000 (+0100) Subject: [MIPS] Remove prototype for non-existing function. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5deee2dbf495b2693629f7e8f846483432096278;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [MIPS] Remove prototype for non-existing function. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index 9dca099ba16b..965cb4c4359d 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c @@ -413,7 +413,6 @@ out: return ret; } -extern void __init sanitize_tlb_entries(void); static void __init probe_tlb(unsigned long config) { struct cpuinfo_mips *c = ¤t_cpu_data;