Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 208480bb authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu: Remove trace-events include from iommu.h



It is not needed there anymore. All places needing it are
fixed.

Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 461a6946
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <linux/of_reserved_mem.h>
#include <linux/sched.h>
#include <linux/sizes.h>
#include <linux/dma-mapping.h>

#include "mtk_vpu.h"

+0 −2
Original line number Diff line number Diff line
@@ -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 */