aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/iommu.h
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2017-04-26 15:49:57 +0200
committerJoerg Roedel <jroedel@suse.de>2017-04-29 00:20:50 +0200
commit208480bb273e15f42711bd47f70dc0fbfa2570b8 (patch)
tree38bcb853daf14ede1d03b83a66ff796a30604759 /include/linux/iommu.h
parentiommu: Remove pci.h include from trace/events/iommu.h (diff)
downloadwireguard-linux-208480bb273e15f42711bd47f70dc0fbfa2570b8.tar.xz
wireguard-linux-208480bb273e15f42711bd47f70dc0fbfa2570b8.zip
iommu: Remove trace-events include from iommu.h
It is not needed there anymore. All places needing it are fixed. Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r--include/linux/iommu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index abaa0ca848bc..dda8717545e9 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -26,8 +26,6 @@
#include <linux/err.h>
#include <linux/of.h>
-#include <trace/events/iommu.h>
-
#define IOMMU_READ (1 << 0)
#define IOMMU_WRITE (1 << 1)
#define IOMMU_CACHE (1 << 2) /* DMA cache coherency */