[PATCH] v850: Add missing include in hardirq.h
authorMiles Bader <[email protected]>
Tue, 15 Nov 2005 08:09:17 +0000 (00:09 -0800)
committerLinus Torvalds <[email protected]>
Tue, 15 Nov 2005 16:59:19 +0000 (08:59 -0800)
Signed-off-by: Miles Bader <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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;