diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-11-13 21:34:07 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-11-23 23:07:37 +0100 |
commit | 20e2e09c0998ef0c325edeb00560a8ff67b35913 (patch) | |
tree | acd5da64c60c7e1e28b5fa3a89f2a051a6c30a81 /drivers/soc | |
parent | bus: fsl-mc: Remove linux/msi.h includes (diff) | |
download | linux-20e2e09c0998ef0c325edeb00560a8ff67b35913.tar.xz linux-20e2e09c0998ef0c325edeb00560a8ff67b35913.zip |
soc: fsl: dpio: Remove linux/msi.h include
Nothing in this file needs anything from linux/msi.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20221113202428.760225831@linutronix.de
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/fsl/dpio/dpio-driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/fsl/dpio/dpio-driver.c b/drivers/soc/fsl/dpio/dpio-driver.c index 5a2edc48dd79..74eace3109a1 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> |