Message ID | 20221113202428.826924043@linutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | genirq/msi: Treewide cleanup of pointless linux/msi.h includes | expand |
On Sun, Nov 13, 2022 at 09:34:08PM +0100, Thomas Gleixner wrote: > Nothing in this file needs anything from linux/msi.h > > Signed-off-by: Thomas Gleixner <tglx@linutronix.de> > Cc: Diana Craciun <diana.craciun@oss.nxp.com> > Cc: Alex Williamson <alex.williamson@redhat.com> > Cc: Cornelia Huck <cohuck@redhat.com> > Cc: kvm@vger.kernel.org > --- > drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Jason
On Sun, 13 Nov 2022 21:34:08 +0100 (CET) Thomas Gleixner <tglx@linutronix.de> wrote: > Nothing in this file needs anything from linux/msi.h > > Signed-off-by: Thomas Gleixner <tglx@linutronix.de> > Cc: Diana Craciun <diana.craciun@oss.nxp.com> > Cc: Alex Williamson <alex.williamson@redhat.com> > Cc: Cornelia Huck <cohuck@redhat.com> > Cc: kvm@vger.kernel.org > --- > drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 - > 1 file changed, 1 deletion(-) > > --- 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" > Acked-by: Alex Williamson <alex.williamson@redhat.com>
--- 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"
Nothing in this file needs anything from linux/msi.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Diana Craciun <diana.craciun@oss.nxp.com> Cc: Alex Williamson <alex.williamson@redhat.com> Cc: Cornelia Huck <cohuck@redhat.com> Cc: kvm@vger.kernel.org --- drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 - 1 file changed, 1 deletion(-)