These external variables ('iommu_pt_cleanup_lock' and 'iommu_pt_cleanup_list') are no longer used in the codebase. Remove them.
Fixes: b5622eb627 (iommu: remove unused iommu_ops method and tasklet, 2020-09-22) Signed-off-by: Dmytro Prokopchuk <dmytro_prokopch...@epam.com> --- xen/include/xen/iommu.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h index ebfada1d88..3205e49990 100644 --- a/xen/include/xen/iommu.h +++ b/xen/include/xen/iommu.h @@ -500,9 +500,6 @@ void iommu_dev_iotlb_flush_timeout(struct domain *d, struct pci_dev *pdev); */ DECLARE_PER_CPU(bool, iommu_dont_flush_iotlb); -extern struct spinlock iommu_pt_cleanup_lock; -extern struct page_list_head iommu_pt_cleanup_list; - bool arch_iommu_use_permitted(const struct domain *d); #ifdef CONFIG_X86 -- 2.43.0