浏览代码

[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>
Miles Bader 19 年之前
父节点
当前提交
f4eeb0a20f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-v850/hardirq.h

+ 2 - 0
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;