iommu/omap: Remove omap_iommu_arch_version() and version field
authorSuman Anna <s-anna@ti.com>
Wed, 22 Oct 2014 22:22:24 +0000 (17:22 -0500)
committerJoerg Roedel <jroedel@suse.de>
Thu, 23 Oct 2014 12:32:25 +0000 (14:32 +0200)
commit3acb04ca5ea4e03c5718a87b713b2fd6f7f52b51
treebd44afe720aece9072f3f2b4b35095aa0ba0f864
parent2b313dd13a1690b9c4e2a968feea890838b77b81
iommu/omap: Remove omap_iommu_arch_version() and version field

The function omap_iommu_arch_version() is not used anymore,
and is not required either, so remove it. The .version field
in struct iommu_functions that this function uses is also
removed, as it is not really an ops to retrieve a version and
there won't be any usage for this field either.

Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu.c
drivers/iommu/omap-iommu.h
drivers/iommu/omap-iommu2.c