Skip to content

Commit

Permalink
iommu/vt-d: Remove unused variable
Browse files Browse the repository at this point in the history
Unused after commit 7168440 ("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>
  • Loading branch information
Alex Williamson authored and Joerg Roedel committed Mar 24, 2015
1 parent ac04f85 commit 509fca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iommu/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,6 @@ static int domain_init(struct dmar_domain *domain, int guest_width)

static void domain_exit(struct dmar_domain *domain)
{
struct dmar_drhd_unit *drhd;
struct page *freelist = NULL;
int i;

Expand Down

0 comments on commit 509fca8

Please sign in to comment.