public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h
@ 2005-08-24  8:57 Adrian Bunk
  2005-08-24  9:22 ` Christoph Hellwig
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2005-08-24  8:57 UTC (permalink / raw)
  To: linux-kernel

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@stusta.de>

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-24 10:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-24  8:57 [RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h Adrian Bunk
2005-08-24  9:22 ` Christoph Hellwig
2005-08-24 10:08   ` Adrian Bunk
2005-08-24 10:44     ` Thomas Gleixner
2005-08-24 10:54       ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox