From: Russell King Date: Thu, 28 Mar 2013 11:44:25 +0000 (+0000) Subject: ARM: entry-common: get rid of unnecessary ifdefs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~51^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651e94995ed5c10d77adcf19edb9de7d6f0cac3e;p=pandora-kernel.git ARM: entry-common: get rid of unnecessary ifdefs The contents of the asm_trace_hardirqs_on is already conditional on CONFIG_TRACE_IRQFLAGS. There's little point also making the use of the macro conditional as well. Get rid of these ifdefs to make the code easier to read. Signed-off-by: Russell King --- Reading git-diff-tree failed