linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm26: fix warnings about NR_IRQS being not defined
@ 2006-01-18 20:56 Alexey Dobriyan
  0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2006-01-18 20:56 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Ian Molton, linux-kernel

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-18 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-18 20:56 [PATCH] arm26: fix warnings about NR_IRQS being not defined Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).