From: Tony Lindgren Date: Wed, 23 Apr 2008 23:26:15 +0000 (-0700) Subject: ARM: OMAP: Clean up interrupt lines to fix warning for multi-omap X-Git-Tag: v2.6.26-omap1~123^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c50a71591628c38206aa402500074a6137a4dc;p=pandora-kernel.git ARM: OMAP: Clean up interrupt lines to fix warning for multi-omap If boards with different NR_IRQS are compiled together, tons of compiler warnings are emitted about redefining NR_IRQS. This patch fixes the problem by adding up NR_IRQS in a common place. Patch also removes quite a bit of now unnecessary code. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed