From: Thomas Gleixner Date: Wed, 18 May 2011 10:53:03 +0000 (+0200) Subject: genirq: Remove pointless ifdefs X-Git-Tag: v3.0-rc1~405^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe0514348452f5b0ad7e842b0d71b8322b1297de;p=pandora-kernel.git genirq: Remove pointless ifdefs 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 --- Reading git-diff-tree failed