diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2020-02-07 17:05:10 -0800 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-02-09 22:17:22 -0800 |
commit | 0acdf63d2296f9542437a4842ad94554d240eab6 (patch) | |
tree | 392da8142649f634fabc3c9e7bdb648dd363ff1f /arch/arc | |
parent | a5760db25c6e68bf8cd34e1642196826c08715ed (diff) | |
download | linux-0acdf63d2296f9542437a4842ad94554d240eab6.tar.bz2 |
ARC: fpu: fix randconfig build error reported by 0-day test service
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>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/include/asm/fpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/include/asm/fpu.h b/arch/arc/include/asm/fpu.h index 64347250fdf5..006bcf88a7a5 100644 --- a/arch/arc/include/asm/fpu.h +++ b/arch/arc/include/asm/fpu.h @@ -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 */ |