diff options
author | Marc Zyngier <maz@kernel.org> | 2021-04-05 13:15:27 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-06-10 15:09:17 +0300 |
commit | 582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258 (patch) | |
tree | 68d73c65e47db5340875f48c3ea0f0ab34a754c8 /arch/powerpc/include/asm/irq.h | |
parent | 7c576f4d3ce43fa0fc1ac258dc4768d0f3b3b992 (diff) | |
download | linux-582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258.tar.xz |
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.h | 1 |
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> |