[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <166924148193.4906.2643350724895787656.tip-bot2@tip-bot2>
Date: Wed, 23 Nov 2022 22:11:21 -0000
From: "tip-bot2 for Thomas Gleixner" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Thomas Gleixner <tglx@...utronix.de>,
Robin Murphy <robin.murphy@....com>, x86@...nel.org,
linux-kernel@...r.kernel.org, maz@...nel.org
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 <tglx@...utronix.de>
AuthorDate: Sun, 13 Nov 2022 21:34:10 +01:00
Committer: Thomas Gleixner <tglx@...utronix.de>
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@...utronix.de>
Acked-by: Robin Murphy <robin.murphy@....com>
Link: https://lore.kernel.org/r/20221113202428.889624434@linutronix.de
---
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>
Powered by blists - more mailing lists