Commit 936c163ab260b83b10d434715bf6bcd43b99d620

Authored by Paul Mundt
1 parent f9369910a6

sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().

Linus tried to fix up sh fallout from the x86 fpu state cleanup merge and
failed. Add the missing include to get it building again.

  CC      arch/sh/kernel/process.o
arch/sh/kernel/process.c: In function 'arch_dup_task_struct':
arch/sh/kernel/process.c:23:2: error: implicit declaration of function 'unlazy_fpu'

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/sh/kernel/process.c
... ... @@ -4,6 +4,7 @@
4 4 #include <linux/sched.h>
5 5 #include <linux/export.h>
6 6 #include <linux/stackprotector.h>
  7 +#include <asm/fpu.h>
7 8  
8 9 struct kmem_cache *task_xstate_cachep = NULL;
9 10 unsigned int xstate_size;