Commit 582f5aa1 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

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: default avatarMarc Zyngier <maz@kernel.org>
parent 7c576f4d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
/*
 */

#include <linux/irqdomain.h>
#include <linux/threads.h>
#include <linux/list.h>
#include <linux/radix-tree.h>