Expand Up@@ -106,7 +106,7 @@ static int phytium_gpio_probe(struct platform_device *pdev) girq->handler=handle_bad_irq; girq->default_type=IRQ_TYPE_NONE; for(irq_count=0;irq_count<gpio->ngpio[0];irq_count++) { for(irq_count=0;irq_count<platform_irq_count(pdev);irq_count++)...
On Thu, Jan 7, 2016 at 2:37 AM, Stephen Boyd <sb...@codeaurora.org> wrote: > of_irq_count() is not an exported symbol (and it shouldn't be > used by platform drivers anyway) so use platform_irq_count() > instead. This allows us to make the qcom pinctrl drivers modular > ag...
On Wed, Jan 6, 2016 at 5:12 PM, Stephen Boyd <sb...@codeaurora.org> wrote: > of_irq_count() is not an exported symbol (and it shouldn't be > used by platform drivers anyway) so use platform_irq_count() > instead. This allows us to make the qcom pinctrl drivers modular > ag...