summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-11-13 21:34:08 +0100
committerThomas Gleixner <tglx@linutronix.de>2022-11-23 23:07:38 +0100
commit616eb7bf325fbf25df2b5046536b50fe896d4ab6 (patch)
tree482edfc66aa7733178b14bd19b1f2ce60c109a13 /drivers/vfio
parent20e2e09c0998ef0c325edeb00560a8ff67b35913 (diff)
downloadlinux-616eb7bf325fbf25df2b5046536b50fe896d4ab6.tar.bz2
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/vfio')
-rw-r--r--drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c1
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"