Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;