[PATCH] arm26: fix warnings about NR_IRQS being not defined

From: Alexey Dobriyan
Date: Wed Jan 18 2006 - 15:37:45 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

include/asm-arm26/hardirq.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

--- a/include/asm-arm26/hardirq.h
+++ b/include/asm-arm26/hardirq.h
@@ -4,6 +4,7 @@
#include <linux/config.h>
#include <linux/cache.h>
#include <linux/threads.h>
+#include <asm/irq.h>

typedef struct {
unsigned int __softirq_pending;

-
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/