aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/iommu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index a444c790fa72..01ed7345f508 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -247,6 +247,11 @@ static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus)
247 return NULL; 247 return NULL;
248} 248}
249 249
250static inline struct iommu_group *iommu_group_get_by_id(int id)
251{
252 return NULL;
253}
254
250static inline void iommu_domain_free(struct iommu_domain *domain) 255static inline void iommu_domain_free(struct iommu_domain *domain)
251{ 256{
252} 257}