projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e2e09
)
vfio/fsl-mc: Remove linux/msi.h include
author
Thomas Gleixner
<tglx@linutronix.de>
Sun, 13 Nov 2022 20:34:08 +0000
(21:34 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 23 Nov 2022 22:07:38 +0000
(23:07 +0100)
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
drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
patch
|
blob
|
history
diff --git
a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
index 7b428eac3d3e5bb84df8f2269100ef5df79ebb50..64d01f3fb13d1208299bc55fda130f9fa87f1acb 100644
(file)
--- 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"