From: Shawn Guo Date: Mon, 5 Dec 2011 02:12:28 +0000 (+0800) Subject: ARM: imx: eliminate macro IRQ_GPIOx() X-Git-Tag: v3.6-rc1~137^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438196c371cb32f0eacaf2a44166d9a0cf37c4a8;p=pandora-kernel.git ARM: imx: eliminate macro IRQ_GPIOx() This patch changes all the static gpio irq number assigning with IRQ_GPIOA() ... IRQ_GPIOF() to run-time assigning with gpio_to_irq call, and in turn eliminates these macros. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Dong Aisheng --- Reading git-diff-tree failed