[RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h
From: Adrian Bunk (bunk_at_stusta.de)
Date: 08/24/05
- Previous message: Pavel Machek: "Re: [PATCH] Add MCE resume under ia32"
- Next in thread: Christoph Hellwig: "Re: [RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h"
- Reply: Christoph Hellwig: "Re: [RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Aug 2005 10:57:50 +0200 To: linux-kernel@vger.kernel.org
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Pavel Machek: "Re: [PATCH] Add MCE resume under ia32"
- Next in thread: Christoph Hellwig: "Re: [RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h"
- Reply: Christoph Hellwig: "Re: [RFC: 2.6 patch] #include <asm/irq.h> in interrupt.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|