genirq: Remove pointless ifdefs
authorThomas Gleixner <tglx@linutronix.de>
Wed, 18 May 2011 10:53:03 +0000 (12:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 18 May 2011 12:59:07 +0000 (14:59 +0200)
kernel/irq/ is only built when CONFIG_GENERIC_HARDIRQS=y. So making
code inside of kernel/irq/ conditional on CONFIG_GENERIC_HARDIRQS is
pointless.

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

No differences found