genirq: Distangle kernel/irq/handle.c
authorThomas Gleixner <tglx@linutronix.de>
Wed, 22 Sep 2010 15:09:43 +0000 (17:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2010 14:39:05 +0000 (16:39 +0200)
kernel/irq/handle.c has become a dumpground for random code in random
order. Split out the irq descriptor management and the dummy irq_chip
implementation into separate files. Cleanup the include maze while at
it.

No code change.

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

No differences found