genirq: improve include files
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2008 16:20:58 +0000 (18:20 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 18 Oct 2008 12:05:18 +0000 (14:05 +0200)
Move the irq_desc related iterators out of irq.h, into irqnr.h, also
available via interrupt.h.

This way non-genirq (and even non-hardirq) architectures get the
common definitions and iterators.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found