Re: [PATCH] of/irq: Export of_irq_count()

2016-01-05 Thread Rob Herring
On Mon, Jan 4, 2016 at 6:04 PM, Stephen Boyd wrote: > On 12/22, Rob Herring wrote: >> On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: >> > Some of the Qualcomm pinctrl drivers have started trying to use >> > of_irq_count() in modular code but this fails to build as the symbol is >> > not expor

Re: [PATCH] of/irq: Export of_irq_count()

2016-01-04 Thread Stephen Boyd
On 12/22, Rob Herring wrote: > On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: > > Some of the Qualcomm pinctrl drivers have started trying to use > > of_irq_count() in modular code but this fails to build as the symbol is > > not exported. Since there doesn't seem to be any reason not to expo

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Linus Walleij
On Tue, Dec 22, 2015 at 6:12 PM, Rob Herring wrote: > On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: >> Some of the Qualcomm pinctrl drivers have started trying to use >> of_irq_count() in modular code but this fails to build as the symbol is >> not exported. Since there doesn't seem to be a

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: > Some of the Qualcomm pinctrl drivers have started trying to use > of_irq_count() in modular code but this fails to build as the symbol is > not exported. Since there doesn't seem to be any reason not to export > the symbol make it available to

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Linus Walleij
On Tue, Dec 22, 2015 at 1:22 PM, Mark Brown wrote: > Some of the Qualcomm pinctrl drivers have started trying to use > of_irq_count() in modular code but this fails to build as the symbol is > not exported. Since there doesn't seem to be any reason not to export > the symbol make it available to

[PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Mark Brown
Some of the Qualcomm pinctrl drivers have started trying to use of_irq_count() in modular code but this fails to build as the symbol is not exported. Since there doesn't seem to be any reason not to export the symbol make it available to modules. Signed-off-by: Mark Brown --- drivers/of/irq.c |