]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/iommu.h
iommu: Remove trace-events include from iommu.h
[karo-tx-linux.git] / include / linux / iommu.h
index abaa0ca848bc1b748fbb6f4bd36840654de6c6fa..dda8717545e9acc30bbc6465d12ffa0e28d1daa9 100644 (file)
@@ -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 */