summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh2a
diff options
context:
space:
mode:
authorPaul Mundt2012-03-30 12:29:57 +0200
committerPaul Mundt2012-03-30 12:29:57 +0200
commitf03c4866d31e913a8dbc84f7d1459abdaf0bd326 (patch)
treef8354acdc74f8a3f58fe6962540d1eb7735de4c9 /arch/sh/kernel/cpu/sh2a
parentMerge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh (diff)
downloadkernel-qcow2-linux-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.gz
kernel-qcow2-linux-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.xz
kernel-qcow2-linux-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.zip
sh: fix up fallout from system.h disintegration.
Quite a bit of fallout all over the place, nothing terribly exciting. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a')
-rw-r--r--arch/sh/kernel/cpu/sh2a/fpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/fpu.c b/arch/sh/kernel/cpu/sh2a/fpu.c
index 488d24e0cdf0..98bbaa447c93 100644
--- a/arch/sh/kernel/cpu/sh2a/fpu.c
+++ b/arch/sh/kernel/cpu/sh2a/fpu.c
@@ -14,6 +14,7 @@
#include <asm/processor.h>
#include <asm/io.h>
#include <asm/fpu.h>
+#include <asm/traps.h>
/* The PR (precision) bit in the FP Status Register must be clear when
* an frchg instruction is executed, otherwise the instruction is undefined.