diff options
author | Miles Bader <miles@gnu.org> | 2005-11-15 00:09:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-15 08:59:19 -0800 |
commit | f4eeb0a20f017fd8bc849cc50469c2e2e6a0c05c (patch) | |
tree | 8abf99bcc413ffaae8dcf8a80d6dbb31c184f417 /include | |
parent | 228322f13fe20bd29e81fca8341cc1fc7ffc5929 (diff) | |
download | op-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')
-rw-r--r-- | include/asm-v850/hardirq.h | 2 |
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; |