arm: omap: irq: call set_handle_irq() from .init_irq
authorFelipe Balbi <balbi@ti.com>
Tue, 9 Sep 2014 00:54:52 +0000 (17:54 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 11 Sep 2014 20:05:39 +0000 (13:05 -0700)
commitbe0a768596a204af6f124bffc2588457c18375fd
treed6aadbee9a1b0311e0d234c2529a9b860ed2dbcd
parenta4d3c5d91fd109dd852351193781352f0512d0c3
arm: omap: irq: call set_handle_irq() from .init_irq

the idea is that board-files won't need to set
.handle_irq on their machine_descs, which lets
us drop a little more pointless code.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/irq.c