diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:02 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:02 +0100 |
commit | 6a846f3f821a252762897751fa0aeb68dda635f5 (patch) | |
tree | 0d3e37086c9e190eb5a707bbfb1eb9c3437f1aed /arch/c6x/kernel/irq.c | |
parent | ae473946586680b01c13975a3b674de23ad7c93e (diff) | |
download | talos-obmc-linux-6a846f3f821a252762897751fa0aeb68dda635f5.tar.gz talos-obmc-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/irq.c')
-rw-r--r-- | arch/c6x/kernel/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/kernel/irq.c b/arch/c6x/kernel/irq.c index d77bcfdf0d8e..65b8ddf54b44 100644 --- a/arch/c6x/kernel/irq.c +++ b/arch/c6x/kernel/irq.c @@ -27,6 +27,7 @@ #include <linux/kernel_stat.h> #include <asm/megamod-pic.h> +#include <asm/special_insns.h> unsigned long irq_err_count; |