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@xxxxxxxxxxxxx> AuthorDate: Sun, 13 Nov 2022 21:34:07 +01:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20221113202428.760225831@xxxxxxxxxxxxx --- 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>