]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61be1709f8d8b74a3932d6cffcc41fc9f0b90397
treeeb6f10f7c78becc383877c612e204017b6ebbdf8
parentfdca46bc0774972eba01452119e8a06531672ae1
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