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

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
......@@ -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"
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment