Skip to content

Commit

Permalink
ARC: fpu: fix randconfig build error reported by 0-day test service
Browse files Browse the repository at this point in the history
Reported-by: kbuild test robot <lkp@intel.com>
Link: http://lists.infradead.org/pipermail/linux-snps-arc/2020-February/006845.html
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
vineetgarc committed Feb 10, 2020
1 parent a5760db commit 0acdf63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arc/include/asm/fpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ extern void fpu_init_task(struct pt_regs *regs);

#endif /* !CONFIG_ISA_ARCOMPACT */

struct task_struct;

extern void fpu_save_restore(struct task_struct *p, struct task_struct *n);

#else /* !CONFIG_ARC_FPU_SAVE_RESTORE */
Expand Down

0 comments on commit 0acdf63

Please sign in to comment.