[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406897113-20099-2-git-send-email-thierry.reding@gmail.com>
Date: Fri, 1 Aug 2014 14:45:13 +0200
From: Thierry Reding <thierry.reding@...il.com>
To: Joerg Roedel <joro@...tes.org>
Cc: iommu@...ts.linux-foundation.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] iommu: Implement a dummy bus_set_iommu()
From: Thierry Reding <treding@...dia.com>
This allows IOMMU drivers to compile even if IOMMU_API is not selected
and helps improve compile coverage.
Signed-off-by: Thierry Reding <treding@...dia.com>
---
include/linux/iommu.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index 0b5222c7ff97..415608ea2999 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -242,6 +242,12 @@ static inline int report_iommu_fault(struct iommu_domain *domain,
#else /* CONFIG_IOMMU_API */
+static inline int bus_set_iommu(struct bus_type *bus,
+ const struct iommu_ops *ops)
+{
+ return -ENOSYS;
+}
+
static inline bool iommu_present(struct bus_type *bus)
{
return false;
--
2.0.3
--
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