Skip to content

Commit

Permalink
ARM: OMAP2+: Move iopgtable header to drivers/iommu/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ido Yariv authored and Tony Lindgren committed Nov 20, 2012
1 parent 8953fe5 commit 2f7702a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/iommu/omap-iommu-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion drivers/iommu/omap-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/iommu/omap-iovmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2f7702a

Please sign in to comment.