iommu/amd: Remove amd_iommu_pd_list
authorJoerg Roedel <jroedel@suse.de>
Fri, 26 Apr 2019 13:17:20 +0000 (15:17 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 26 Apr 2019 13:17:20 +0000 (15:17 +0200)
commitc805b428f206a9097ef8c905d8b7e40bc411100e
tree5b12b4df54310d46584c9e3a29c3939b53ced51d
parent7a5dbf3ab2f04905cf8468c66fcdbfb643068bcb
iommu/amd: Remove amd_iommu_pd_list

This variable hold a global list of allocated protection
domains in the AMD IOMMU driver. By now this list is never
traversed anymore, so the list and the lock protecting it
can be removed.

Cc: Tom Murphy <tmurphy@arista.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c
drivers/iommu/amd_iommu_init.c
drivers/iommu/amd_iommu_types.h