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>
This commit is contained in:
Markos Chandras 2013-05-09 10:56:00 +01:00 committed by James Hogan
parent b79e88e55d
commit 0184cd347a
1 changed files with 1 additions and 0 deletions

View File

@ -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>