From: Tony Lindgren Date: Thu, 3 Jul 2008 09:24:41 +0000 (+0300) Subject: ARM: OMAP: Clean up interrupt lines to fix warnings for multi-omap X-Git-Tag: v2.6.27-rc1~850^2~2^9~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f78f43b349d19d378a996c4a2d9fcdff771b1e;p=pandora-kernel.git ARM: OMAP: Clean up interrupt lines to fix warnings 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