Re: [patch 09/10] vfio/fsl-mc: Remove linux/msi.h include

From: Alex Williamson
Date: Tue Nov 15 2022 - 17:01:20 EST


On Sun, 13 Nov 2022 21:34:08 +0100 (CET)
Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:

> Nothing in this file needs anything from linux/msi.h
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Diana Craciun <diana.craciun@xxxxxxxxxxx>
> Cc: Alex Williamson <alex.williamson@xxxxxxxxxx>
> Cc: Cornelia Huck <cohuck@xxxxxxxxxx>
> Cc: kvm@xxxxxxxxxxxxxxx
> ---
> 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@xxxxxxxxxx>