From: Vasant Hegde Date: Mon, 12 Sep 2022 06:32:47 +0000 (+0000) Subject: iommu/amd: Remove outdated comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b5b58626ef90ef45513c78bfc84540ff954431c;p=linux.git iommu/amd: Remove outdated comment Comment is not related to amd_iommu_ops variable. Signed-off-by: Vasant Hegde Link: https://lore.kernel.org/r/20220912063248.7909-5-vasant.hegde@amd.com Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/amd/iommu.c b/drivers/iommu/amd/iommu.c index 00d0f23b0c0a6..d72d8a3253809 100644 --- a/drivers/iommu/amd/iommu.c +++ b/drivers/iommu/amd/iommu.c @@ -66,10 +66,6 @@ LIST_HEAD(ioapic_map); LIST_HEAD(hpet_map); LIST_HEAD(acpihid_map); -/* - * Domain for untranslated devices - only allocated - * if iommu=pt passed on kernel cmd line. - */ const struct iommu_ops amd_iommu_ops; static ATOMIC_NOTIFIER_HEAD(ppr_notifier);