Browse Source

iommu/vt-d: Remove unused variable

Unused after commit 71684406905f ("iommu/vt-d: Detach domain *only*
from attached iommus").  Reported by 0-day builder.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Alex Williamson 10 years ago
parent
commit
509fca899d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/iommu/intel-iommu.c

+ 0 - 1
drivers/iommu/intel-iommu.c

@@ -1742,7 +1742,6 @@ static int domain_init(struct dmar_domain *domain, int guest_width)
 
 
 static void domain_exit(struct dmar_domain *domain)
 static void domain_exit(struct dmar_domain *domain)
 {
 {
-	struct dmar_drhd_unit *drhd;
 	struct page *freelist = NULL;
 	struct page *freelist = NULL;
 	int i;
 	int i;