ARM: LPC32xx: Use handle_edge_irq() callback on edge type irqs
authorRoland Stigge <stigge@antcom.de>
Thu, 6 Sep 2012 09:39:10 +0000 (11:39 +0200)
committerRoland Stigge <stigge@antcom.de>
Thu, 6 Sep 2012 09:39:10 +0000 (11:39 +0200)
irq.c uses handle_level_irq() as the unconditional default handler. This patch
uses handle_edge_irq() instead for edge type irqs.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Srinivas Bakki <srinivas.bakki@nxp.com>

No differences found