genirq: remove redundant if condition
authorThomas Gleixner <tglx@linutronix.de>
Mon, 9 Mar 2009 19:26:23 +0000 (20:26 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Mar 2009 13:32:28 +0000 (14:32 +0100)
Impact: cleanup

The code is only compiled if CONFIG_GENERIC_HARDIRQS=y so another
check for this define in the code is redundant. Remove it.

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

No differences found