Re: linux-next: build failure after merge of the slave-dma tree

From: zhangfei
Date: Sun Jul 07 2019 - 23:06:55 EST


Hi, Robin

On 2019/7/8 äå9:22, Robin Gong wrote:
Hi Stephen,
That's caused by 'of_irq_count' NOT export to global symbol, and I'm curious why it has been
here for so long since Zhangfei found it in 2015. https://patchwork.kernel.org/patch/7404681/
Hi Rob,
Is there something I miss so that Zhangfei's patch not accepted finally?



I remembered Rob suggested us not using of_irq_count and use platform_get_irq etc.
https://lkml.org/lkml/2015/11/18/466

So we remove of_irq_count
commit 8c77dca011125b795bfa1c86f85a80132feee578
Author: John Garry <john.garry@xxxxxxxxxx>
Date:ÂÂ Thu Nov 19 20:23:59 2015 +0800

ÂÂÂ hisi_sas: Remove dependency on of_irq_count

Thanks