diff --git a/include/linux/iommu.h b/include/linux/iommu.h index a444c790fa7235e2bc7247313804a5062d0a4db8..01ed7345f5083371b197b00e6ad8f91ac446822b 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) return NULL; } +static inline struct iommu_group *iommu_group_get_by_id(int id) +{ + return NULL; +} + static inline void iommu_domain_free(struct iommu_domain *domain) { }