> 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 > again. > > Cc: Rob Herring <robh...@kernel.org> > Cc: Andy Gross <andy.gr......
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...