Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752579AbaBRU76 (ORCPT ); Tue, 18 Feb 2014 15:59:58 -0500 Received: from mail-oa0-f52.google.com ([209.85.219.52]:45193 "EHLO mail-oa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751687AbaBRU7z (ORCPT ); Tue, 18 Feb 2014 15:59:55 -0500 Subject: [PATCH v2 3/4] iommu/amd: Add include of To: linux-pci@vger.kernel.org From: Bjorn Helgaas Cc: e1000-devel@lists.sourceforge.net, Joerg Roedel , Sudeep Dutt , linux-kernel@vger.kernel.org, Stephen Hemminger , iommu@lists.linux-foundation.org, Tomas Winkler , Aaron F Brown , Arjan van de Ven Date: Tue, 18 Feb 2014 13:59:52 -0700 Message-ID: <20140218205952.11014.27095.stgit@bhelgaas-glaptop.roam.corp.google.com> In-Reply-To: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.16 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We currently include in , but I'm about to remove that from linux/pci.h, so add explicit includes where needed. Signed-off-by: Bjorn Helgaas --- drivers/iommu/amd_iommu_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/amd_iommu_types.h b/drivers/iommu/amd_iommu_types.h index e400fbe411de..cff039df056e 100644 --- a/drivers/iommu/amd_iommu_types.h +++ b/drivers/iommu/amd_iommu_types.h @@ -25,6 +25,7 @@ #include #include #include +#include /* * Maximum number of IOMMUs supported -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/