aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/omap-iovmm.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-11-02 15:24:14 -0400
committerTony Lindgren <tony@atomide.com>2012-11-20 13:05:01 -0500
commit2ab7c84815cffd5fe4946a472fc67fefa8ac3c29 (patch)
treeda99b0b6c04b96384c141653db34a0f772b0bfb2 /drivers/iommu/omap-iovmm.c
parent7bd9e25fa4e1eab0adb2632a0752e0835850dfb7 (diff)
ARM: OMAP2+: Move iommu/iovmm headers to platform_data
Move iommu/iovmm headers from plat/ to platform_data/ as part of the single zImage work. Partially based on an earlier version by Ido Yariv <ido@wizery.com>. Cc: Ido Yariv <ido@wizery.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Omar Ramirez Luna <omar.luna@linaro.org> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> Acked-by: Ohad Ben-Cohen <ohad@wizery.com> Acked-by: Joerg Roedel <joro@8bytes.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/iommu/omap-iovmm.c')
-rw-r--r--drivers/iommu/omap-iovmm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iommu/omap-iovmm.c b/drivers/iommu/omap-iovmm.c
index 3e3b2421b924..46d875690739 100644
--- a/drivers/iommu/omap-iovmm.c
+++ b/drivers/iommu/omap-iovmm.c
@@ -18,12 +18,11 @@
18#include <linux/scatterlist.h> 18#include <linux/scatterlist.h>
19#include <linux/iommu.h> 19#include <linux/iommu.h>
20#include <linux/omap-iommu.h> 20#include <linux/omap-iommu.h>
21#include <linux/platform_data/iommu-omap.h>
21 22
22#include <asm/cacheflush.h> 23#include <asm/cacheflush.h>
23#include <asm/mach/map.h> 24#include <asm/mach/map.h>
24 25
25#include <plat/iommu.h>
26
27#include "omap-iopgtable.h" 26#include "omap-iopgtable.h"
28#include "omap-iommu.h" 27#include "omap-iommu.h"
29 28