iommu/amd: Remove useless irq affinity notifier
authorMaxim Levitsky <mlevitsk@redhat.com>
Tue, 23 Nov 2021 16:10:38 +0000 (18:10 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 17 Dec 2021 08:30:22 +0000 (09:30 +0100)
iommu->intcapxt_notify field is no longer used
after a switch to a separate domain was done

Fixes: d1adcfbb520c ("iommu/amd: Fix IOMMU interrupt generation in X2APIC mode")
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Link: https://lore.kernel.org/r/20211123161038.48009-6-mlevitsk@redhat.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd/amd_iommu_types.h

index 867535eb0ce97103693594b2f696abbc40fdc88d..ffc89c4fb120511317c8496303946b6446f56941 100644 (file)
@@ -645,8 +645,6 @@ struct amd_iommu {
        /* DebugFS Info */
        struct dentry *debugfs;
 #endif
-       /* IRQ notifier for IntCapXT interrupt */
-       struct irq_affinity_notify intcapxt_notify;
 };
 
 static inline struct amd_iommu *dev_to_amd_iommu(struct device *dev)