summaryrefslogtreecommitdiffstats
path: root/include/asm-v850
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2005-11-15 00:09:17 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-15 08:59:19 -0800
commitf4eeb0a20f017fd8bc849cc50469c2e2e6a0c05c (patch)
tree8abf99bcc413ffaae8dcf8a80d6dbb31c184f417 /include/asm-v850
parent228322f13fe20bd29e81fca8341cc1fc7ffc5929 (diff)
downloadop-kernel-dev-f4eeb0a20f017fd8bc849cc50469c2e2e6a0c05c.zip
op-kernel-dev-f4eeb0a20f017fd8bc849cc50469c2e2e6a0c05c.tar.gz
[PATCH] v850: Add missing include in hardirq.h
Signed-off-by: Miles Bader <miles@gnu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-v850')
-rw-r--r--include/asm-v850/hardirq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-v850/hardirq.h b/include/asm-v850/hardirq.h
index 5dfca80..4f913bc 100644
--- a/include/asm-v850/hardirq.h
+++ b/include/asm-v850/hardirq.h
@@ -5,6 +5,8 @@
#include <linux/threads.h>
#include <linux/cache.h>
+#include <asm/irq.h>
+
typedef struct {
unsigned int __softirq_pending;
} ____cacheline_aligned irq_cpustat_t;
OpenPOWER on IntegriCloud