[PATCH] pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()

2011-12-05 Thread Axel Lin
ji...@cam.ac.uk Cc: Haojian Zhuang haojian.zhu...@marvell.com Cc: Eric Miao eric.y.m...@gmail.com Cc: Russell King li...@arm.linux.org.uk Signed-off-by: Axel Lin axel@gmail.com --- I got the build error on linux-next, this patch is against linux-next 20111205. Axel drivers/pcmcia/pxa2xx_e740.c

Re: [PATCH] pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()

2011-12-05 Thread Eric Miao
eric.y.m...@gmail.com --- I got the build error on linux-next, this patch is against linux-next 20111205. Axel  drivers/pcmcia/pxa2xx_e740.c      |   11 +++  drivers/pcmcia/pxa2xx_palmld.c    |    2 +-  drivers/pcmcia/pxa2xx_palmtc.c    |    2 +-  drivers/pcmcia/pxa2xx_stargate2.c

Re: [PATCH] pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()

2011-12-05 Thread Marek Vasut
On Mon, Dec 5, 2011 at 4:59 PM, Axel Lin axel@gmail.com wrote: 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:

[PATCH v2] pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()

2011-12-05 Thread Axel Lin
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.va...@gmail.com Cc: Ian Molton sp...@f2s.com Cc: Jonathan Cameron