Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ido Yariv and committed by
Tony Lindgren
2f7702af 8953fe54

+3 -3
arch/arm/plat-omap/include/plat/iopgtable.h drivers/iommu/omap-iopgtable.h
+1 -1
drivers/iommu/omap-iommu-debug.c
··· 22 22 #include <plat/iommu.h> 23 23 #include <plat/iovmm.h> 24 24 25 - #include <plat/iopgtable.h> 25 + #include "omap-iopgtable.h" 26 26 27 27 #define MAXCOLUMN 100 /* for short messages */ 28 28
+1 -1
drivers/iommu/omap-iommu.c
··· 26 26 27 27 #include <plat/iommu.h> 28 28 29 - #include <plat/iopgtable.h> 29 + #include "omap-iopgtable.h" 30 30 31 31 #define for_each_iotlb_cr(obj, n, __i, cr) \ 32 32 for (__i = 0; \
+1 -1
drivers/iommu/omap-iovmm.c
··· 24 24 #include <plat/iommu.h> 25 25 #include <plat/iovmm.h> 26 26 27 - #include <plat/iopgtable.h> 27 + #include "omap-iopgtable.h" 28 28 29 29 static struct kmem_cache *iovm_area_cachep; 30 30