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 <tglx@xxxxxxxxxxxxx> AuthorDate: Sun, 13 Nov 2022 21:34:10 +01:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> 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 <tglx@xxxxxxxxxxxxx> Acked-by: Robin Murphy <robin.murphy@xxxxxxx> Link: https://lore.kernel.org/r/20221113202428.889624434@xxxxxxxxxxxxx --- 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>