iommu/vt-d: Remove unused variable

Unused after commit 7168440690 ("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>
This commit is contained in:
Alex Williamson 2015-03-23 19:50:21 -06:00 committed by Joerg Roedel
parent ac04f85a73
commit 509fca899d
1 changed files with 0 additions and 1 deletions

View File

@ -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;