瀏覽代碼

ARM: OMAP2+: Move iopgtable header to drivers/iommu/

The iopgtable header file is only used by the iommu & iovmm drivers, so
move it to drivers/iommu/, as part of the single zImage effort.

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Omar Ramirez Luna <omar.luna@linaro.org>
Signed-off-by: Ido Yariv <ido@wizery.com>
Acked-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Joerg Roedel <joro@8bytes.org>
[tony@atomide.com: updated to be earlier in the series]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Ido Yariv 12 年之前
父節點
當前提交
2f7702af64
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      drivers/iommu/omap-iommu-debug.c
  2. 1 1
      drivers/iommu/omap-iommu.c
  3. 0 0
      drivers/iommu/omap-iopgtable.h
  4. 1 1
      drivers/iommu/omap-iovmm.c

+ 1 - 1
drivers/iommu/omap-iommu-debug.c

@@ -22,7 +22,7 @@
 #include <plat/iommu.h>
 #include <plat/iovmm.h>
 
-#include <plat/iopgtable.h>
+#include "omap-iopgtable.h"
 
 #define MAXCOLUMN 100 /* for short messages */
 

+ 1 - 1
drivers/iommu/omap-iommu.c

@@ -26,7 +26,7 @@
 
 #include <plat/iommu.h>
 
-#include <plat/iopgtable.h>
+#include "omap-iopgtable.h"
 
 #define for_each_iotlb_cr(obj, n, __i, cr)				\
 	for (__i = 0;							\

+ 0 - 0
arch/arm/plat-omap/include/plat/iopgtable.h → drivers/iommu/omap-iopgtable.h


+ 1 - 1
drivers/iommu/omap-iovmm.c

@@ -24,7 +24,7 @@
 #include <plat/iommu.h>
 #include <plat/iovmm.h>
 
-#include <plat/iopgtable.h>
+#include "omap-iopgtable.h"
 
 static struct kmem_cache *iovm_area_cachep;