[<prev] [next>] [day] [month] [year] [list]
Message-ID: <162341968477.19906.17631173742904819360.tip-bot2@tip-bot2>
Date: Fri, 11 Jun 2021 13:54:44 -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] mfd: ioc3: Directly include linux/irqdomain.h
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: c7d49545997eab111aec14be152842f56a0cabc4
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/c7d49545997eab111aec14be152842f56a0cabc4
Author: Marc Zyngier <maz@...nel.org>
AuthorDate: Sun, 16 May 2021 17:57:15 +01:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Thu, 10 Jun 2021 13:09:15 +01:00
mfd: ioc3: Directly include linux/irqdomain.h
This driver include linux/irqdomain.h via a bizarre set of
indirection, which we are about to break.
Directly include the required file.
Signed-off-by: Marc Zyngier <maz@...nel.org>
---
drivers/mfd/ioc3.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/ioc3.c b/drivers/mfd/ioc3.c
index c73ec78..99b9c11 100644
--- a/drivers/mfd/ioc3.c
+++ b/drivers/mfd/ioc3.c
@@ -14,6 +14,7 @@
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
+#include <linux/irqdomain.h>
#include <linux/mfd/core.h>
#include <linux/module.h>
#include <linux/pci.h>
Powered by blists - more mailing lists