Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1631542 > unrolled thread

[PATCH 4/4] iommu: Remove trace-events include from iommu.h

Started byJoerg Roedel <joro@8bytes.org>
First post2017-04-26 17:50 +0200
Last post2017-04-26 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/4] iommu: Remove trace-events include from iommu.h Joerg Roedel <joro@8bytes.org> - 2017-04-26 17:50 +0200

#1631542 — [PATCH 4/4] iommu: Remove trace-events include from iommu.h

FromJoerg Roedel <joro@8bytes.org>
Date2017-04-26 17:50 +0200
Subject[PATCH 4/4] iommu: Remove trace-events include from iommu.h
Message-ID<tAxmy-4e9-23@gated-at.bofh.it>
From: Joerg Roedel <jroedel@suse.de>

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

Signed-off-by: Joerg Roedel <jroedel@suse.de>
---
 drivers/media/platform/mtk-vpu/mtk_vpu.c | 1 +
 include/linux/iommu.h                    | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/media/platform/mtk-vpu/mtk_vpu.c b/drivers/media/platform/mtk-vpu/mtk_vpu.c
index 463b69c..e011c8d 100644
--- a/drivers/media/platform/mtk-vpu/mtk_vpu.c
+++ b/drivers/media/platform/mtk-vpu/mtk_vpu.c
@@ -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"
 
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index 2a62593..407d8b8 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 */
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web