summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-04-05 11:15:27 +0100
committerMarc Zyngier <maz@kernel.org>2021-06-10 13:09:17 +0100
commit582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258 (patch)
tree68d73c65e47db5340875f48c3ea0f0ab34a754c8 /arch
parent7c576f4d3ce43fa0fc1ac258dc4768d0f3b3b992 (diff)
downloadlinux-stable-582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258.tar.gz
linux-stable-582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258.tar.bz2
linux-stable-582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258.zip
powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h
Directly including linux/irqdomain.h was hiding all sort of sins, which have now been fixed. Drop the spurious include. Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h
index c1eda9199214..4982f3711fc3 100644
--- a/arch/powerpc/include/asm/irq.h
+++ b/arch/powerpc/include/asm/irq.h
@@ -6,7 +6,6 @@
/*
*/
-#include <linux/irqdomain.h>
#include <linux/threads.h>
#include <linux/list.h>
#include <linux/radix-tree.h>