commit | bd151412263a67b5321e9dd1d5b4bf6d96fdebf3 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Oct 01 15:17:14 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Oct 04 13:40:24 2010 +0200 |
tree | 7571b3eaf7ebc2ef200fb00688543f00a451c5f9 | |
parent | 21e2b8c62cca8f7dbec0c8c131ca1637e4a5670f [diff] |
genirq: Provide config option to disable deprecated code 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>