diff options
author | Joerg Roedel <jroedel@suse.de> | 2017-04-26 16:49:57 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2017-04-29 01:20:50 +0300 |
commit | 208480bb273e15f42711bd47f70dc0fbfa2570b8 (patch) | |
tree | 38bcb853daf14ede1d03b83a66ff796a30604759 /include/linux/iommu.h | |
parent | 461a6946b1f93f6720577fb06aa78e8cbd9291c9 (diff) | |
download | linux-208480bb273e15f42711bd47f70dc0fbfa2570b8.tar.xz |
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.h | 2 |
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 */ |