summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-02 09:57:31 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 08:39:50 +0800
commitb25a61f629f6714460c5e60ba5e453f3b223ba7b (patch)
tree890b106dfe650c94f43af8ce80c085ee63b5f15a
parente458c299b0ea4ffe48187010dbf36ad520789c21 (diff)
omap dmm remove unused iommu_dmm
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/iommu/omap-iovmm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/iommu/omap-iovmm.c b/drivers/iommu/omap-iovmm.c
index 2095a3b5ce3..a7e61d2c11c 100644
--- a/drivers/iommu/omap-iovmm.c
+++ b/drivers/iommu/omap-iovmm.c
@@ -764,15 +764,6 @@ void omap_iommu_vfree(struct iommu_domain *domain, struct omap_iommu *obj,
}
EXPORT_SYMBOL_GPL(omap_iommu_vfree);
-static int iommu_dmm(struct iodmm_struct *obj, u32 pool_id, u32 *da,
- u32 va, size_t bytes, u32 flags)
-{
- int err = 0;
-
- err = dmm_user(obj, pool_id, da, va, bytes, flags);
- return err;
-}
-
static int __init iovmm_init(void)
{
const unsigned long flags = SLAB_HWCACHE_ALIGN;