Commit 509fca89 authored by Alex Williamson's avatar Alex Williamson Committed by Joerg Roedel

iommu/vt-d: Remove unused variable

Unused after commit 71684406 ("iommu/vt-d: Detach domain *only*
from attached iommus").  Reported by 0-day builder.
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent ac04f85a
...@@ -1742,7 +1742,6 @@ static int domain_init(struct dmar_domain *domain, int guest_width) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment