]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries/vas: Include irqdomain.h
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 Jun 2021 04:50:24 +0000 (14:50 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 Jun 2021 04:53:47 +0000 (14:53 +1000)
commit973e408bb84ae60ce6768b645ea7971507fb1d04
tree5f136d88f2eec6dea9d05d1263601c573070c042
parente56159e3da4125ebab15b49a908eba6059cca8e6
powerpc/pseries/vas: Include irqdomain.h

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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210625045337.3197833-1-mpe@ellerman.id.au
arch/powerpc/platforms/pseries/vas.c