]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add missing linux/{of.h,irqdomain.h} include directives
authorMarc Zyngier <maz@kernel.org>
Thu, 13 Sep 2018 16:09:06 +0000 (17:09 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:16 +0000 (13:09 +0100)
commit58158c640b3616a9fb079bb9b995d7cbf8d91fd4
tree9558ea2b169defbf68fdf39fa648e835aa4ba2e5
parent3b75010136d6f3bd4f19dabcc696d098569bbf60
powerpc: Add missing linux/{of.h,irqdomain.h} include directives

A bunch of PPC files are missing the inclusion of linux/of.h and
linux/irqdomain.h, relying on transitive inclusion from another
file.

As we are about to break this dependency, make sure these dependencies
are explicit.

Signed-off-by: Marc Zyngier <maz@kernel.org>
13 files changed:
arch/powerpc/kernel/mce.c
arch/powerpc/kvm/book3s_hv_uvmem.c
arch/powerpc/kvm/book3s_xive.c
arch/powerpc/kvm/book3s_xive_native.c
arch/powerpc/mm/book3s64/radix_pgtable.c
arch/powerpc/platforms/cell/pmu.c
arch/powerpc/platforms/embedded6xx/flipper-pic.c
arch/powerpc/platforms/ps3/interrupt.c
arch/powerpc/platforms/pseries/ibmebus.c
arch/powerpc/sysdev/ehv_pic.c
arch/powerpc/sysdev/fsl_mpic_err.c
arch/powerpc/sysdev/xics/icp-hv.c
arch/powerpc/sysdev/xics/icp-opal.c