iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_priv
authorRobin Murphy <robin.murphy@arm.com>
Fri, 13 Oct 2017 18:23:41 +0000 (19:23 +0100)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 6 Nov 2017 17:29:39 +0000 (10:29 -0700)
commite4efe4a9a2ace658a36b5a4f515c11d4d36400a8
treeeb6f10f7c78becc383877c612e204017b6ebbdf8
parentb354c73edc7eb8d6ee643866e9e4de7842213b06
iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_priv

Now that the IPMMU instance pointer is the only thing remaining in the
private data structure, we no longer need the extra level of indirection
and can simply stash that directlty in the fwspec.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/iommu/ipmmu-vmsa.c