genirq: Remove dead code
authorThomas Gleixner <tglx@linutronix.de>
Fri, 4 Feb 2011 16:33:49 +0000 (17:33 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 8 Feb 2011 18:37:13 +0000 (19:37 +0100)
CONFIG_KSTAT_IRQS_ONDEMAND does not exist. It's not worth to implement
it. Use sparse irqs if you care about memory consumption of the
interrupt layer.

Found by undertaker: http://vamos.informatik.uni-erlangen.de/trac/undertaker

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found