Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f7702af authored by Ido Yariv's avatar Ido Yariv Committed by Tony Lindgren
Browse files

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: default avatarIdo Yariv <ido@wizery.com>
Acked-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
Acked-by: default avatarJoerg Roedel <joro@8bytes.org>
[tony@atomide.com: updated to be earlier in the series]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8953fe54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;							\
+1 −1
Original line number Diff line number Diff line
@@ -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;