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

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
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
/* /*
*/ */
#include <linux/irqdomain.h>
#include <linux/threads.h> #include <linux/threads.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/radix-tree.h> #include <linux/radix-tree.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment