aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/embedded6xx
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2018-09-13 17:09:06 +0100
committerMarc Zyngier <maz@kernel.org>2021-06-10 13:09:16 +0100
commit13a9a5d17d07cec8181ea0843674ce48c191628e (patch)
tree9558ea2b169defbf68fdf39fa648e835aa4ba2e5 /arch/powerpc/platforms/embedded6xx
parentMIPS: Do not include linux/irqdomain.h from asm/irq.h (diff)
downloadlinux-dev-13a9a5d17d07cec8181ea0843674ce48c191628e.tar.xz
linux-dev-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/platforms/embedded6xx')
-rw-r--r--arch/powerpc/platforms/embedded6xx/flipper-pic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/flipper-pic.c b/arch/powerpc/platforms/embedded6xx/flipper-pic.c
index d39a9213a3e6..609bda2ad5dd 100644
--- a/arch/powerpc/platforms/embedded6xx/flipper-pic.c
+++ b/arch/powerpc/platforms/embedded6xx/flipper-pic.c
@@ -12,6 +12,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/irq.h>
+#include <linux/irqdomain.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <asm/io.h>