diff options
author | Marc Zyngier <maz@kernel.org> | 2018-09-13 18:09:06 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-06-10 14:09:16 +0200 |
commit | 13a9a5d17d07cec8181ea0843674ce48c191628e (patch) | |
tree | 9558ea2b169defbf68fdf39fa648e835aa4ba2e5 /arch/powerpc/kernel/mce.c | |
parent | MIPS: Do not include linux/irqdomain.h from asm/irq.h (diff) | |
download | linux-13a9a5d17d07cec8181ea0843674ce48c191628e.tar.xz linux-13a9a5d17d07cec8181ea0843674ce48c191628e.zip |
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>
Diffstat (limited to 'arch/powerpc/kernel/mce.c')
-rw-r--r-- | arch/powerpc/kernel/mce.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/mce.c b/arch/powerpc/kernel/mce.c index 9a3c2a84a2ac..15e7b4900689 100644 --- a/arch/powerpc/kernel/mce.c +++ b/arch/powerpc/kernel/mce.c @@ -18,6 +18,7 @@ #include <linux/extable.h> #include <linux/ftrace.h> #include <linux/memblock.h> +#include <linux/of.h> #include <asm/interrupt.h> #include <asm/machdep.h> |