OSDN Git Service

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)
commit13a9a5d17d07cec8181ea0843674ce48c191628e
tree9558ea2b169defbf68fdf39fa648e835aa4ba2e5
parenta12a9c5c03072ec6b1f4f9bd7a554a718ecf234a
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