[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140218205952.11014.27095.stgit@bhelgaas-glaptop.roam.corp.google.com>
Date: Tue, 18 Feb 2014 13:59:52 -0700
From: Bjorn Helgaas <bhelgaas@...gle.com>
To: linux-pci@...r.kernel.org
Cc: e1000-devel@...ts.sourceforge.net, Joerg Roedel <joro@...tes.org>,
Sudeep Dutt <sudeep.dutt@...el.com>,
linux-kernel@...r.kernel.org,
Stephen Hemminger <stephen@...workplumber.org>,
iommu@...ts.linux-foundation.org,
Tomas Winkler <tomas.winkler@...el.com>,
Aaron F Brown <aaron.f.brown@...el.com>,
Arjan van de Ven <arjan@...ux.intel.com>
Subject: [PATCH v2 3/4] iommu/amd: Add include of <linux/irqreturn.h>
We currently include <linux/irqreturn.h> in <linux/pci.h>, but I'm about to
remove that from linux/pci.h, so add explicit includes where needed.
Signed-off-by: Bjorn Helgaas <bhelgaas@...gle.com>
---
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 <linux/list.h>
#include <linux/spinlock.h>
#include <linux/pci.h>
+#include <linux/irqreturn.h>
/*
* Maximum number of IOMMUs supported
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists