[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <166924148463.4906.7277315892884690614.tip-bot2@tip-bot2>
Date: Wed, 23 Nov 2022 22:11:24 -0000
From: "tip-bot2 for Thomas Gleixner" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org, maz@...nel.org
Subject: [tip: irq/core] soc: fsl: dpio: Remove linux/msi.h include
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 20e2e09c0998ef0c325edeb00560a8ff67b35913
Gitweb: https://git.kernel.org/tip/20e2e09c0998ef0c325edeb00560a8ff67b35913
Author: Thomas Gleixner <tglx@...utronix.de>
AuthorDate: Sun, 13 Nov 2022 21:34:07 +01:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Wed, 23 Nov 2022 23:07:37 +01:00
soc: fsl: dpio: Remove linux/msi.h include
Nothing in this file needs anything from linux/msi.h
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/r/20221113202428.760225831@linutronix.de
---
drivers/soc/fsl/dpio/dpio-driver.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/soc/fsl/dpio/dpio-driver.c b/drivers/soc/fsl/dpio/dpio-driver.c
index 5a2edc4..74eace3 100644
--- a/drivers/soc/fsl/dpio/dpio-driver.c
+++ b/drivers/soc/fsl/dpio/dpio-driver.c
@@ -10,7 +10,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
-#include <linux/msi.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <linux/io.h>
Powered by blists - more mailing lists