commit | f03c4866d31e913a8dbc84f7d1459abdaf0bd326 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Mar 30 19:29:57 2012 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Mar 30 19:29:57 2012 +0900 |
tree | f8354acdc74f8a3f58fe6962540d1eb7735de4c9 | |
parent | f52b69f86e27903d6896ed5fa7cd280fec8de532 [diff] [blame] |
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>
diff --git a/arch/sh/kernel/cpu/fpu.c b/arch/sh/kernel/cpu/fpu.c index 7f1b70c..f8f7af5 100644 --- a/arch/sh/kernel/cpu/fpu.c +++ b/arch/sh/kernel/cpu/fpu.c
@@ -2,6 +2,7 @@ #include <linux/slab.h> #include <asm/processor.h> #include <asm/fpu.h> +#include <asm/traps.h> int init_fpu(struct task_struct *tsk) {