arm: mach-omap2: omap_l3_smx: fix irq handler setup
authorAaro Koskinen <aaro.koskinen@nokia.com>
Fri, 18 Mar 2011 23:53:20 +0000 (16:53 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Mar 2011 23:53:20 +0000 (16:53 -0700)
commit18a81019b851dae83f7df3e72064de706788ff25
tree8693dabf854cbdf50c8330e3b862cecc9b4dc5ef
parent36133869c4b5b70e6acf6ff7ce25df526a6d5cae
arm: mach-omap2: omap_l3_smx: fix irq handler setup

The handler function may be called from the point it is registered.
Since the handler inspects IRQ numbers, we must set them up before
registration.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_l3_smx.c