iommu/vt-d: Rename iommu_detach_dependent_devices()
authorJoerg Roedel <jroedel@suse.de>
Thu, 23 Jul 2015 14:20:14 +0000 (16:20 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 12 Aug 2015 14:23:35 +0000 (16:23 +0200)
commit2452d9db1218fdb1c29afb921838c323987f5799
treeb5301d8babe6f29b3ee4d175d67923fe6b9c1fb4
parente6de0f8dfcd0395efee874db97536531555d91af
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 <jroedel@suse.de>
drivers/iommu/intel-iommu.c