diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-11-13 21:34:08 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-11-23 23:07:38 +0100 |
commit | 616eb7bf325fbf25df2b5046536b50fe896d4ab6 (patch) | |
tree | 482edfc66aa7733178b14bd19b1f2ce60c109a13 /drivers | |
parent | soc: fsl: dpio: Remove linux/msi.h include (diff) | |
download | linux-616eb7bf325fbf25df2b5046536b50fe896d4ab6.tar.xz linux-616eb7bf325fbf25df2b5046536b50fe896d4ab6.zip |
vfio/fsl-mc: Remove linux/msi.h include
Nothing in this file needs anything from linux/msi.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://lore.kernel.org/r/20221113202428.826924043@linutronix.de
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c index 7b428eac3d3e..64d01f3fb13d 100644 --- a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c +++ b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c @@ -8,7 +8,6 @@ #include <linux/slab.h> #include <linux/types.h> #include <linux/eventfd.h> -#include <linux/msi.h> #include "linux/fsl/mc.h" #include "vfio_fsl_mc_private.h" |