Skip to content

Commit 0acdf63

Browse files
committed
ARC: fpu: fix randconfig build error reported by 0-day test service
Reported-by: kbuild test robot <[email protected]> Link: http://lists.infradead.org/pipermail/linux-snps-arc/2020-February/006845.html Signed-off-by: Vineet Gupta <[email protected]>
1 parent a5760db commit 0acdf63

File tree

1 file changed

+2
-0
lines changed
  • arch/arc/include/asm

1 file changed

+2
-0
lines changed

arch/arc/include/asm/fpu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ extern void fpu_init_task(struct pt_regs *regs);
4343

4444
#endif /* !CONFIG_ISA_ARCOMPACT */
4545

46+
struct task_struct;
47+
4648
extern void fpu_save_restore(struct task_struct *p, struct task_struct *n);
4749

4850
#else /* !CONFIG_ARC_FPU_SAVE_RESTORE */

0 commit comments

Comments
 (0)