[<prev] [next>] [day] [month] [year] [list]
Message-ID: <162341968040.19906.16507802024408750554.tip-bot2@tip-bot2>
Date: Fri, 11 Jun 2021 13:54:40 -0000
From: "irqchip-bot for Marc Zyngier" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] powerpc: Drop dependency between
asm/irq.h and linux/irqdomain.h
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: 582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/582f5aa1dbb3bd7bd3dd12de7e87f6dafb3f8258
Author: Marc Zyngier <maz@...nel.org>
AuthorDate: Mon, 05 Apr 2021 11:15:27 +01:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Thu, 10 Jun 2021 13:09:17 +01:00
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: Marc Zyngier <maz@...nel.org>
---
arch/powerpc/include/asm/irq.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h
index c1eda91..4982f37 100644
--- a/arch/powerpc/include/asm/irq.h
+++ b/arch/powerpc/include/asm/irq.h
@@ -6,7 +6,6 @@
/*
*/
-#include <linux/irqdomain.h>
#include <linux/threads.h>
#include <linux/list.h>
#include <linux/radix-tree.h>
Powered by blists - more mailing lists