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 c1eda9199214e6f0d80d5f665d5b8da926bc6fff..4982f3711fc3f75919a03472b6e4891ffa49ac57 100644 (file)
@@ -6,7 +6,6 @@
 /*
  */
 
-#include <linux/irqdomain.h>
 #include <linux/threads.h>
 #include <linux/list.h>
 #include <linux/radix-tree.h>