[PATCH] v850: Add missing include in hardirq.h
authorMiles Bader <miles@gnu.org>
Tue, 15 Nov 2005 08:09:17 +0000 (00:09 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 15 Nov 2005 16:59:19 +0000 (08:59 -0800)
Signed-off-by: Miles Bader <miles@gnu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-v850/hardirq.h

index 5dfca8047cbec2a7c49952d369c24d9490f2e37c..4f913bccbefbd0188f500bbaaf1fe0c48a9b2c4a 100644 (file)
@@ -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;
This page took 0.042705 seconds and 5 git commands to generate.