Przeglądaj źródła

[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 lat temu
rodzic
commit
f4eeb0a20f
1 zmienionych plików z 2 dodań i 0 usunięć
  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;