aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/kgdb.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-03-30 19:29:57 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-03-30 19:29:57 +0900
commitf03c4866d31e913a8dbc84f7d1459abdaf0bd326 (patch)
treef8354acdc74f8a3f58fe6962540d1eb7735de4c9 /arch/sh/kernel/kgdb.c
parentMerge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh (diff)
downloadlinux-dev-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.xz
linux-dev-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/kgdb.c')
-rw-r--r--arch/sh/kernel/kgdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/kgdb.c b/arch/sh/kernel/kgdb.c
index efb6d398dec3..b117781bfea2 100644
--- a/arch/sh/kernel/kgdb.c
+++ b/arch/sh/kernel/kgdb.c
@@ -14,6 +14,7 @@
#include <linux/irq.h>
#include <linux/io.h>
#include <asm/cacheflush.h>
+#include <asm/traps.h>
/* Macros for single step instruction identification */
#define OPCODE_BT(op) (((op) & 0xff00) == 0x8900)