aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/fpu.h
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2018-11-07 23:14:00 +0000
committerPaul Burton <paul.burton@mips.com>2018-11-09 10:23:14 -0800
commit7d3713a4aad2a00997f0df1bbafd5fdf926dc14d (patch)
treeacb67c9d4f201140fea90cbf31f8fd1d50dabd31 /arch/mips/include/asm/fpu.h
parentMIPS: Ensure emulated FP sets PF_USED_MATH (diff)
downloadlinux-dev-7d3713a4aad2a00997f0df1bbafd5fdf926dc14d.tar.xz
linux-dev-7d3713a4aad2a00997f0df1bbafd5fdf926dc14d.zip
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 '')
-rw-r--r--arch/mips/include/asm/fpu.h3
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 *);