aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/irq.h
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/powerpc/include/asm/irq.h
parentpowerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy (diff)
downloadlinux-dev-582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258.tar.xz
linux-dev-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/powerpc/include/asm/irq.h')
-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>