2022-11-13 20:42:53

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 10/10] iommu/of: Remove linux/msi.h include

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

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Robin Murphy <[email protected]>
Cc: [email protected]
---
drivers/iommu/of_iommu.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/iommu/of_iommu.c
+++ b/drivers/iommu/of_iommu.c
@@ -9,7 +9,6 @@
#include <linux/iommu.h>
#include <linux/limits.h>
#include <linux/module.h>
-#include <linux/msi.h>
#include <linux/of.h>
#include <linux/of_iommu.h>
#include <linux/of_pci.h>



2022-11-14 11:18:09

by Robin Murphy

[permalink] [raw]
Subject: Re: [patch 10/10] iommu/of: Remove linux/msi.h include

On 2022-11-13 20:34, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h

Indeed, looks like it was part of a mechanical conversion and never
actually needed.

Acked-by: Robin Murphy <[email protected]>

> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Joerg Roedel <[email protected]>
> Cc: Will Deacon <[email protected]>
> Cc: Robin Murphy <[email protected]>
> Cc: [email protected]
> ---
> drivers/iommu/of_iommu.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- a/drivers/iommu/of_iommu.c
> +++ b/drivers/iommu/of_iommu.c
> @@ -9,7 +9,6 @@
> #include <linux/iommu.h>
> #include <linux/limits.h>
> #include <linux/module.h>
> -#include <linux/msi.h>
> #include <linux/of.h>
> #include <linux/of_iommu.h>
> #include <linux/of_pci.h>
>

Subject: [tip: irq/core] iommu/of: Remove linux/msi.h include

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

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

iommu/of: Remove linux/msi.h include

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

Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Robin Murphy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]

---
drivers/iommu/of_iommu.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/iommu/of_iommu.c b/drivers/iommu/of_iommu.c
index 5696314..00d98f0 100644
--- a/drivers/iommu/of_iommu.c
+++ b/drivers/iommu/of_iommu.c
@@ -9,7 +9,6 @@
#include <linux/iommu.h>
#include <linux/limits.h>
#include <linux/module.h>
-#include <linux/msi.h>
#include <linux/of.h>
#include <linux/of_iommu.h>
#include <linux/of_pci.h>