[RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h

From: Adrian Bunk
Date: Wed Aug 24 2005 - 03:58:35 EST


If #includ'ing interrupt.h should be enough for getting the prototype of
e.g. enable_irq() on all architectures, we need this patch.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.13-rc6-mm1-modular/include/linux/interrupt.h.old 2005-08-22 23:44:42.000000000 +0200
+++ linux-2.6.13-rc6-mm1-modular/include/linux/interrupt.h 2005-08-22 23:45:04.000000000 +0200
@@ -12,6 +12,7 @@
#include <asm/atomic.h>
#include <asm/ptrace.h>
#include <asm/system.h>
+#include <asm/irq.h>

/*
* For 2.4.x compatibility, 2.4.x can use

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