From: Felipe Balbi Date: Tue, 9 Sep 2014 00:54:57 +0000 (-0700) Subject: arm: omap: irq: get rid of ifdef hack X-Git-Tag: intc-for-v3.18~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a7c5c84f5ddab54717914ad293ed9d99d644ff;p=pandora-kernel.git arm: omap: irq: get rid of ifdef hack we don't need the ifdef if we have omap_nr_pending telling us how many pending registers we have on current platform. This solves a possible problem where we could try to handle bogus interrupts on OMAP2 and OMAP3 if using single zImage kernel, because we would end up reading the following pending FIQ register. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed