diff options
Diffstat (limited to 'include/asm-v850/hardirq.h')
-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 5dfca8047cbe..4f913bccbefb 100644 --- a/include/asm-v850/hardirq.h +++ b/include/asm-v850/hardirq.h | |||
@@ -5,6 +5,8 @@ | |||
5 | #include <linux/threads.h> | 5 | #include <linux/threads.h> |
6 | #include <linux/cache.h> | 6 | #include <linux/cache.h> |
7 | 7 | ||
8 | #include <asm/irq.h> | ||
9 | |||
8 | typedef struct { | 10 | typedef struct { |
9 | unsigned int __softirq_pending; | 11 | unsigned int __softirq_pending; |
10 | } ____cacheline_aligned irq_cpustat_t; | 12 | } ____cacheline_aligned irq_cpustat_t; |