2022-11-13 20:46:53

by Thomas Gleixner

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

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Diana Craciun <[email protected]>
Cc: Alex Williamson <[email protected]>
Cc: Cornelia Huck <[email protected]>
Cc: [email protected]
---
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"



2022-11-15 22:11:37

by Jason Gunthorpe

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

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 <[email protected]>
> Cc: Diana Craciun <[email protected]>
> Cc: Alex Williamson <[email protected]>
> Cc: Cornelia Huck <[email protected]>
> Cc: [email protected]
> ---
> drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 -
> 1 file changed, 1 deletion(-)

Reviewed-by: Jason Gunthorpe <[email protected]>

Jason

2022-11-15 23:04:31

by Alex Williamson

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

On Sun, 13 Nov 2022 21:34:08 +0100 (CET)
Thomas Gleixner <[email protected]> wrote:

> Nothing in this file needs anything from linux/msi.h
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Diana Craciun <[email protected]>
> Cc: Alex Williamson <[email protected]>
> Cc: Cornelia Huck <[email protected]>
> Cc: [email protected]
> ---
> 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 <[email protected]>


Subject: [tip: irq/core] vfio/fsl-mc: Remove linux/msi.h include

The following commit has been merged into the irq/core branch of tip:

Commit-ID: 616eb7bf325fbf25df2b5046536b50fe896d4ab6
Gitweb: https://git.kernel.org/tip/616eb7bf325fbf25df2b5046536b50fe896d4ab6
Author: Thomas Gleixner <[email protected]>
AuthorDate: Sun, 13 Nov 2022 21:34:08 +01:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Wed, 23 Nov 2022 23:07:38 +01:00

vfio/fsl-mc: Remove linux/msi.h include

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Acked-by: Alex Williamson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]

---
drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
index 7b428ea..64d01f3 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"