Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Paul Mundt committed Apr 15, 2008
1 parent 85eee60 commit fad0f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fad0f90

Please sign in to comment.