Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034854AbdD1IiA (ORCPT ); Fri, 28 Apr 2017 04:38:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56176 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1164944AbdD1IgD (ORCPT ); Fri, 28 Apr 2017 04:36:03 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Alex Williamson , Joerg Roedel , Arnd Bergmann Subject: [PATCH 3.18 23/47] iommu/vt-d: Remove unused variable Date: Fri, 28 Apr 2017 10:32:36 +0200 Message-Id: <20170428083039.311064676@linuxfoundation.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170428083038.327543269@linuxfoundation.org> References: <20170428083038.327543269@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 872 Lines: 31 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Alex Williamson commit 509fca899d5682a6eee3d1fb70bba7c89439034b upstream. Unused after commit 71684406905f ("iommu/vt-d: Detach domain *only* from attached iommus"). Reported by 0-day builder. Signed-off-by: Alex Williamson Signed-off-by: Joerg Roedel Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- drivers/iommu/intel-iommu.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c @@ -1759,7 +1759,6 @@ static int domain_init(struct dmar_domai static void domain_exit(struct dmar_domain *domain) { - struct dmar_drhd_unit *drhd; struct page *freelist = NULL; int i;