]> git.karo-electronics.de Git - linux-beck.git/commitdiff
genirq: Clean up outdated comments related to include/linux/irqdesc.h
authorJiang Liu <jiang.liu@linux.intel.com>
Thu, 4 Jun 2015 04:13:11 +0000 (12:13 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jun 2015 10:06:34 +0000 (12:06 +0200)
Seems we have little chance to move irqdesc.h from include/linux/ into
kernel/irq/, so remove the outdated comments.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Link: http://lkml.kernel.org/r/1433391238-19471-2-git-send-email-jiang.liu@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
include/linux/irqdesc.h

index 812149160d3bc5829750d5f2790ae23c4791092f..92188b0225bb31f33eba9deacc4b9b88036c1d8e 100644 (file)
@@ -407,7 +407,6 @@ enum {
        IRQCHIP_EOI_THREADED            = (1 <<  6),
 };
 
-/* This include will go away once we isolated irq_desc usage to core code */
 #include <linux/irqdesc.h>
 
 /*
index c52d1480f272448a18ae5ea8400328c82f0c76da..66c41b40ca503138d6f009d4a272a9c1ee506b0c 100644 (file)
@@ -3,9 +3,6 @@
 
 /*
  * Core internal functions to deal with irq descriptors
- *
- * This include will move to kernel/irq once we cleaned up the tree.
- * For now it's included from <linux/irq.h>
  */
 
 struct irq_affinity_notify;