]> Git Repo - linux.git/commitdiff
iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
authorTian Tao <[email protected]>
Mon, 28 Dec 2020 01:26:14 +0000 (09:26 +0800)
committerWill Deacon <[email protected]>
Tue, 12 Jan 2021 16:56:20 +0000 (16:56 +0000)
linux/dma-map-ops.h is included more than once, Remove the one that
isn't necessary.

Signed-off-by: Tian Tao <[email protected]>
Acked-by: Lu Baolu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
drivers/iommu/intel/iommu.c

index 65cf06d70bf4ed900bb0a07ad36c63c6aeca406e..f665322a09919fbaea5dd3eae59c7ac87a7fe04d 100644 (file)
@@ -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>
This page took 0.061184 seconds and 4 git commands to generate.