]> git.baikalelectronics.ru Git - kernel.git/commit
pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()
authorAxel Lin <axel.lin@gmail.com>
Mon, 5 Dec 2011 11:06:06 +0000 (19:06 +0800)
committerArnd Bergmann <arnd@arndb.de>
Wed, 28 Dec 2011 10:14:04 +0000 (10:14 +0000)
commitc2246d3ecc944863743f2d4644f1f10611c0f520
tree9bb914f399203e1fba53f314f5cfe67d01aefcee
parentce12e1256a33d0ce734ac3140f205ea57d5ca291
pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()

Since commit 6384fd "ARM: pxa: rename IRQ_GPIO to PXA_GPIO_TO_IRQ",
I got buid errors due to implicit declaration of function 'IRQ_GPIO'.

Use common gpio_to_irq() to replace machine dependant macro IRQ_GPIO().

Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Ian Molton <spyro@f2s.com>
Cc: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Zhuang <haojian.zhuang@marvell.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/pcmcia/pxa2xx_e740.c
drivers/pcmcia/pxa2xx_palmld.c
drivers/pcmcia/pxa2xx_palmtc.c
drivers/pcmcia/pxa2xx_stargate2.c
drivers/pcmcia/pxa2xx_trizeps4.c
drivers/pcmcia/pxa2xx_vpac270.c