mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
461a6946b1
commit
208480bb27
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue