Browse Source

metag/traps: include setup.h for the per_cpu_trap_init declaration

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Markos Chandras 12 years ago
parent
commit
0184cd347a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/metag/kernel/traps.c

+ 1 - 0
arch/metag/kernel/traps.c

@@ -33,6 +33,7 @@
 #include <asm/siginfo.h>
 #include <asm/traps.h>
 #include <asm/hwthread.h>
+#include <asm/setup.h>
 #include <asm/switch.h>
 #include <asm/user_gateway.h>
 #include <asm/syscall.h>