sh: arch/sh/kernel/traps_32.c needs asm/fpu.h
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 15 Apr 2008 17:03:51 +0000 (02:03 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 15 Apr 2008 17:03:51 +0000 (02:03 +0900)
arch/sh/kernel/traps_32.c: In function `do_reserved_inst':
arch/sh/kernel/traps_32.c:667: error: implicit declaration of function `do_fpu_inst'

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/traps_32.c

index baa4fa3..e08b3bf 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/limits.h>
 #include <asm/system.h>
 #include <asm/uaccess.h>
+#include <asm/fpu.h>
 
 #ifdef CONFIG_SH_KGDB
 #include <asm/kgdb.h>