From: Joerg Roedel Date: Thu, 26 Mar 2015 12:43:19 +0000 (+0100) Subject: iommu: Remove domain_init and domain_free iommu_ops X-Git-Tag: omap-for-v4.1/fixes-rc1~83^2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89be34a1ced886880a3219f9d2ba2192dc738ef2;p=pandora-kernel.git iommu: Remove domain_init and domain_free iommu_ops All drivers have been converted to the new domain_alloc and domain_free iommu-ops. So remove the old ones and get rid of iommu_domain->priv too, as this is no longer needed when the struct iommu_domain is embedded in the private structures of the iommu drivers. Tested-by: Thierry Reding Tested-by: Heiko Stuebner Reviewed-by: Alex Williamson Acked-by: Will Deacon Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed