OSDN Git Service

powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h
authorMarc Zyngier <maz@kernel.org>
Mon, 5 Apr 2021 10:15:27 +0000 (11:15 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:17 +0000 (13:09 +0100)
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>
arch/powerpc/include/asm/irq.h

index c1eda91..4982f37 100644 (file)
@@ -6,7 +6,6 @@
 /*
  */
 
-#include <linux/irqdomain.h>
 #include <linux/threads.h>
 #include <linux/list.h>
 #include <linux/radix-tree.h>