diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 19:30:02 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 19:30:02 +0200 |
commit | 6a846f3f821a252762897751fa0aeb68dda635f5 (patch) | |
tree | 0d3e37086c9e190eb5a707bbfb1eb9c3437f1aed /arch/c6x/kernel/traps.c | |
parent | Disintegrate asm/system.h for AVR32 (diff) | |
download | linux-6a846f3f821a252762897751fa0aeb68dda635f5.tar.xz linux-6a846f3f821a252762897751fa0aeb68dda635f5.zip |
Disintegrate asm/system.h for C6X
Disintegrate asm/system.h for C6X.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
cc: linux-c6x-dev@linux-c6x.org
Diffstat (limited to 'arch/c6x/kernel/traps.c')
-rw-r--r-- | arch/c6x/kernel/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/kernel/traps.c b/arch/c6x/kernel/traps.c index f50e3edd6dad..1be74e5b4788 100644 --- a/arch/c6x/kernel/traps.c +++ b/arch/c6x/kernel/traps.c @@ -14,6 +14,7 @@ #include <linux/bug.h> #include <asm/soc.h> +#include <asm/special_insns.h> #include <asm/traps.h> int (*c6x_nmi_handler)(struct pt_regs *regs); |