Re: [PATCH] powerpc/pseries/vas: Include irqdomain.h

2021-06-26 Thread Michael Ellerman
On Fri, 25 Jun 2021 14:53:37 +1000, Michael Ellerman wrote: > There are patches in flight to break the dependency between asm/irq.h > and linux/irqdomain.h, which would break compilation of vas.c because it > needs the declaration of irq_create_mapping() etc. > > So add an explicit include of irqd

[PATCH] powerpc/pseries/vas: Include irqdomain.h

2021-06-24 Thread Michael Ellerman
There are patches in flight to break the dependency between asm/irq.h and linux/irqdomain.h, which would break compilation of vas.c because it needs the declaration of irq_create_mapping() etc. So add an explicit include of irqdomain.h to avoid that becoming a problem in future. Reported-by: Step