]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
MIPS: Drop forward declarations of sigcontext in asm/fpu.h
authorPaul Burton <paul.burton@mips.com>
Wed, 7 Nov 2018 23:14:00 +0000 (23:14 +0000)
committerPaul Burton <paul.burton@mips.com>
Fri, 9 Nov 2018 18:23:14 +0000 (10:23 -0800)
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
arch/mips/include/asm/fpu.h

index 84de64606ccf16565244b57dfcc54f803bfa0c27..2a631adb1fa863e013635e4e95b84df02604ccfc 100644 (file)
@@ -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 *);