From: Shawn Guo Date: Fri, 2 Dec 2011 07:31:11 +0000 (+0800) Subject: ARM: imx: eliminate macro IMX_GPIO_TO_IRQ() X-Git-Tag: v3.6-rc1~137^2~1^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84715dd6c19e058557ab173d327ea65eac0ccb02;p=pandora-kernel.git ARM: imx: eliminate macro IMX_GPIO_TO_IRQ() This patch changes all the static gpio irq number assigning with IMX_GPIO_TO_IRQ() to run-time assigning with gpio_to_irq call, and in turn eliminates the macro IMX_GPIO_TO_IRQ(). Signed-off-by: Shawn Guo Acked-by: Sascha Hauer --- Reading git-diff-tree failed