aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2008-04-16 02:03:51 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-04-16 02:03:51 +0900
commitfad0f90134197259b5a935c69d7556ee847f242c (patch)
tree6bed13adf9278174dc7d20a1858ab32205c74ea9 /arch/sh
parentsh: fix compressed kernel build (diff)
downloadlinux-dev-fad0f90134197259b5a935c69d7556ee847f242c.tar.xz
linux-dev-fad0f90134197259b5a935c69d7556ee847f242c.zip
sh: arch/sh/kernel/traps_32.c needs asm/fpu.h
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/traps_32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c
index baa4fa368dce..e08b3bfeb656 100644
--- a/arch/sh/kernel/traps_32.c
+++ b/arch/sh/kernel/traps_32.c
@@ -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>