From: Shawn Guo Date: Fri, 2 Dec 2011 12:00:33 +0000 (+0800) Subject: ARM: imx: eliminate macro IOMUX_TO_IRQ() X-Git-Tag: v3.6-rc1~137^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed175343b4b53d686e30b1e37fb94e142f56fa2f;p=pandora-kernel.git ARM: imx: eliminate macro IOMUX_TO_IRQ() 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 Acked-by: Sascha Hauer Acked-by: Dong Aisheng --- Reading git-diff-tree failed