From: Vasant Hegde Date: Thu, 27 Feb 2025 16:23:15 +0000 (+0000) Subject: iommu/amd: Remove unused variable X-Git-Tag: v6.15-rc1~163^2^9~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e481f8a5db2e9d3a2fbb4872cc08ad11fbc1af68;p=thirdparty%2Flinux.git iommu/amd: Remove unused variable Remove 'amd_iommu_aperture_order' as its not used since commit d9cfed925448. Signed-off-by: Vasant Hegde Reviewed-by: Jason Gunthorpe Link: https://lore.kernel.org/r/20250227162320.5805-3-vasant.hegde@amd.com Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/amd/amd_iommu_types.h b/drivers/iommu/amd/amd_iommu_types.h index 23caea22f8dcd..3f57bdd0a6598 100644 --- a/drivers/iommu/amd/amd_iommu_types.h +++ b/drivers/iommu/amd/amd_iommu_types.h @@ -928,9 +928,6 @@ struct unity_map_entry { * Data structures for device handling */ -/* size of the dma_ops aperture as power of 2 */ -extern unsigned amd_iommu_aperture_order; - extern bool amd_iommu_force_isolation; /* Max levels of glxval supported */