pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()
[deliverable/linux.git] / drivers / pcmcia / pxa2xx_palmld.c
index d589ad1dcd4c7f9f15552c889eec5e187687d8d5..6a8e011a8c130b0e2a3df3d832bf896ab867ccb0 100644 (file)
@@ -33,7 +33,7 @@ static int palmld_pcmcia_hw_init(struct soc_pcmcia_socket *skt)
        ret = gpio_request_array(palmld_pcmcia_gpios,
                                ARRAY_SIZE(palmld_pcmcia_gpios));
 
-       skt->socket.pci_irq = IRQ_GPIO(GPIO_NR_PALMLD_PCMCIA_READY);
+       skt->socket.pci_irq = gpio_to_irq(GPIO_NR_PALMLD_PCMCIA_READY);
 
        return ret;
 }
This page took 0.025024 seconds and 5 git commands to generate.