Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
@ 2020-12-28  1:26 Tian Tao
  2020-12-31  3:44 ` Lu Baolu
  2021-01-12 19:03 ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Tian Tao @ 2020-12-28  1:26 UTC (permalink / raw)
  To: dwmw2, baolu.lu, joro, will; +Cc: iommu

linux/dma-map-ops.h is included more than once, Remove the one that
isn't necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 drivers/iommu/intel/iommu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index 788119c..e6c8cc7 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -38,7 +38,6 @@
 #include <linux/dmi.h>
 #include <linux/pci-ats.h>
 #include <linux/memblock.h>
-#include <linux/dma-map-ops.h>
 #include <linux/dma-direct.h>
 #include <linux/crash_dump.h>
 #include <linux/numa.h>
-- 
2.7.4

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-12 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28  1:26 [PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h Tian Tao
2020-12-31  3:44 ` Lu Baolu
2021-01-12 19:03 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox