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)
commitc8e2aeef0b8ac9fb8821b8b3734c031579d0b77a
tree6b171eb497bdd5f21f9e6a0b06c4aa6c3c60b76b
parent3dd3d46b78c22503957230ca5981849b7bb29b9a
genirq: remove redundant if condition

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>
kernel/irq/manage.c