[PATCH] v850: Add missing include in hardirq.h

From: Miles Bader
Date: Mon Nov 14 2005 - 02:34:53 EST


Signed-off-by: Miles Bader <miles@xxxxxxx>

include/asm-v850/hardirq.h | 2 ++
1 file changed, 2 insertions(+)

diff -ruN -X../cludes linux-2.6.14-uc0/include/asm-v850/hardirq.h linux-2.6.14-uc0-v850-20051109/include/asm-v850/hardirq.h
--- linux-2.6.14-uc0/include/asm-v850/hardirq.h 2005-03-04 11:34:09.555534000 +0900
+++ linux-2.6.14-uc0-v850-20051109/include/asm-v850/hardirq.h 2005-11-07 20:16:07.521379000 +0900
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/