]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: OMAP2+: Move iopgtable header to drivers/iommu/
authorIdo Yariv <ido@wizery.com>
Fri, 2 Nov 2012 19:24:00 +0000 (12:24 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 20 Nov 2012 18:04:17 +0000 (10:04 -0800)
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>
drivers/iommu/omap-iommu-debug.c
drivers/iommu/omap-iommu.c
drivers/iommu/omap-iopgtable.h [moved from arch/arm/plat-omap/include/plat/iopgtable.h with 100% similarity]
drivers/iommu/omap-iovmm.c

index f55fc5dfbadcfe420030cfd8b6632b98b48c2601..0cac372b0d4363d531a04e552baec5be26ebb698 100644 (file)
@@ -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 */
 
index d0b1234581be17da531c7c39f18c6a0c48f68d75..f2bbfb0fd0e071090ec8942f27b32ef8ec631c53 100644 (file)
@@ -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;                                                   \
index 2e10c3e0a7aee3eaa3815f473e06d6999ce8866b..b332392397cece4bf73a7dac02ffbfb78b580cc5 100644 (file)
@@ -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;