genirq: Provide config option to disable deprecated code
authorThomas Gleixner <tglx@linutronix.de>
Fri, 1 Oct 2010 13:17:14 +0000 (15:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Oct 2010 11:40:24 +0000 (13:40 +0200)
This option covers now the old chip functions and the irq_desc data
fields which are moving to struct irq_data. More stuff will follow.

Pretty handy for testing a conversion, whether something broke or not.

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

No differences found