[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.0901030035330.5463@swampdragon.chaosbits.net>
Date: Sat, 3 Jan 2009 00:38:52 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: LKML <linux-kernel@...r.kernel.org>
cc: Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] Do not include linux/irqnr.h twice in
include/linux/interrupt.h
Including the linux/irqnr.h header twice in include/linux/interrupt.h is
pointless - let's not.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index 990355f..d9022cb 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -14,7 +14,6 @@
#include <linux/irqflags.h>
#include <linux/smp.h>
#include <linux/percpu.h>
-#include <linux/irqnr.h>
#include <asm/atomic.h>
#include <asm/ptrace.h>
--
Jesper Juhl <jj@...osbits.net>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists