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

From: Robin Murphy
Date: Mon Nov 14 2022 - 06:02:10 EST


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 <robin.murphy@xxxxxxx>

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Joerg Roedel <joro@xxxxxxxxxx>
Cc: Will Deacon <will@xxxxxxxxxx>
Cc: Robin Murphy <robin.murphy@xxxxxxx>
Cc: iommu@xxxxxxxxxxxxxxx
---
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>