[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221113202428.760225831@linutronix.de>
Date: Sun, 13 Nov 2022 21:34:07 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Marc Zyngier <maz@...nel.org>, Roy Pledge <Roy.Pledge@....com>
Subject: [patch 08/10] 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>
Cc: Roy Pledge <Roy.Pledge@....com>
---
drivers/soc/fsl/dpio/dpio-driver.c | 1 -
1 file changed, 1 deletion(-)
--- 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