diff options
author | Paul Burton <paul.burton@mips.com> | 2018-11-07 23:14:00 +0000 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-11-09 10:23:14 -0800 |
commit | 7d3713a4aad2a00997f0df1bbafd5fdf926dc14d (patch) | |
tree | acb67c9d4f201140fea90cbf31f8fd1d50dabd31 /arch/mips/include/asm/fpu.h | |
parent | 1975ed43ce67542befed188f6aed6a82cfaffd0b (diff) |
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 <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21015/
Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/include/asm/fpu.h')
-rw-r--r-- | arch/mips/include/asm/fpu.h | 3 |
1 files changed, 0 insertions, 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 <asm/mips_mt.h> #endif -struct sigcontext; -struct sigcontext32; - extern void _save_fp(struct task_struct *); extern void _restore_fp(struct task_struct *); |