Skip to content

Commit

Permalink
powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Zyngier committed Jun 10, 2021
1 parent 7c576f4 commit 582f5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/*
*/

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

0 comments on commit 582f5aa

Please sign in to comment.