From: Thomas Gleixner Date: Mon, 9 Mar 2009 19:26:23 +0000 (+0100) Subject: genirq: remove redundant if condition X-Git-Tag: v2.6.30-rc1~3^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e2aeef0b8ac9fb8821b8b3734c031579d0b77a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed