Commit a7c1eda4 authored by Alex Williamson's avatar Alex Williamson Committed by Greg Kroah-Hartman

iommu/vt-d: Remove unused variable

commit 509fca89 upstream.

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>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4064f65a
......@@ -1759,7 +1759,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;
......
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