Skip to content

Commit e481f8a

Browse files
hegdevasantjoergroedel
authored andcommitted
iommu/amd: Remove unused variable
Remove 'amd_iommu_aperture_order' as its not used since commit d9cfed9. Signed-off-by: Vasant Hegde <vasant.hegde@amd.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20250227162320.5805-3-vasant.hegde@amd.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 558d2bb commit e481f8a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/iommu/amd/amd_iommu_types.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,6 @@ struct unity_map_entry {
928928
* Data structures for device handling
929929
*/
930930

931-
/* size of the dma_ops aperture as power of 2 */
932-
extern unsigned amd_iommu_aperture_order;
933-
934931
extern bool amd_iommu_force_isolation;
935932

936933
/* Max levels of glxval supported */

0 commit comments

Comments
 (0)