ARM: imx: eliminate macro IOMUX_TO_IRQ()
authorShawn Guo <shawn.guo@linaro.org>
Fri, 2 Dec 2011 12:00:33 +0000 (20:00 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 1 Jul 2012 13:57:06 +0000 (21:57 +0800)
This patch changes all the static gpio irq number assigning with
IOMUX_TO_IRQ() to run-time assigning with gpio_to_irq call, and
in turn eliminates the macro IOMUX_TO_IRQ().

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>

No differences found