From: Joerg Roedel Date: Thu, 23 Jul 2015 14:20:14 +0000 (+0200) Subject: iommu/vt-d: Rename iommu_detach_dependent_devices() X-Git-Tag: omap-for-v4.3/fixes-rc1~57^2^6~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2452d9db1218fdb1c29afb921838c323987f5799;p=pandora-kernel.git iommu/vt-d: Rename iommu_detach_dependent_devices() Rename this function and the ones further down its call-chain to domain_context_clear_*. In particular this means: iommu_detach_dependent_devices -> domain_context_clear iommu_detach_dev_cb -> domain_context_clear_one_cb iommu_detach_dev -> domain_context_clear_one These names match a lot better with its domain_context_mapping counterparts. Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed