Skip to content

Commit

Permalink
MIPS: Drop forward declarations of sigcontext in asm/fpu.h
Browse files Browse the repository at this point in the history
asm/fpu.h contains forward declarations of struct sigcontext & struct
sigcontext32 which appear to have been unused since commit 137f6f3
("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
  • Loading branch information
Paul Burton committed Nov 9, 2018
1 parent 1975ed4 commit 7d3713a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/include/asm/fpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down

0 comments on commit 7d3713a

Please sign in to comment.