From 7d3713a4aad2a00997f0df1bbafd5fdf926dc14d Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Wed, 7 Nov 2018 23:14:00 +0000 Subject: [PATCH] MIPS: Drop forward declarations of sigcontext in asm/fpu.h asm/fpu.h contains forward declarations of struct sigcontext & struct sigcontext32 which appear to have been unused since commit 137f6f3e284e ("MIPS: Cleanup signal code initialization"). Remove the dead code. Signed-off-by: Paul Burton Patchwork: https://patchwork.linux-mips.org/patch/21015/ Cc: linux-mips@linux-mips.org --- arch/mips/include/asm/fpu.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/mips/include/asm/fpu.h b/arch/mips/include/asm/fpu.h index 84de64606ccf..2a631adb1fa8 100644 --- a/arch/mips/include/asm/fpu.h +++ b/arch/mips/include/asm/fpu.h @@ -30,9 +30,6 @@ #include #endif -struct sigcontext; -struct sigcontext32; - extern void _save_fp(struct task_struct *); extern void _restore_fp(struct task_struct *); -- 2.45.2