ARM: OMAP: Clean up interrupt lines to fix warning for multi-omap
authorTony Lindgren <tony@atomide.com>
Wed, 23 Apr 2008 23:26:15 +0000 (16:26 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Apr 2008 23:37:25 +0000 (16:37 -0700)
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 <tony@atomide.com>

No differences found