From: Suman Anna Date: Wed, 22 Oct 2014 22:22:19 +0000 (-0500) Subject: iommu/omap: Remove refcount field from omap_iommu object X-Git-Tag: omap-for-v3.20/drop-legacy-3517~103^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2088ecba93f68252464b95375d80a12fe723ba5e;p=pandora-kernel.git iommu/omap: Remove refcount field from omap_iommu object The refcount field in omap_iommu object is primarily used to check if an IOMMU device has already been enabled, but this is already implicit in the omap_iommu_attach_dev() which ensures that only a single device can attach to an IOMMU. This field is redundant, and so has been cleaned up. Signed-off-by: Suman Anna Acked-by: Laurent Pinchart Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed