Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f49406ef authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: iommu: add stubs for convenience domain-finding functions"

parents 8f23ff8b fdcb9891
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -215,6 +215,16 @@ static inline int msm_unregister_domain(struct iommu_domain *domain)
{
	return -ENODEV;
}

static inline struct iommu_domain *msm_iommu_domain_find(const char *name)
{
	return NULL;
}

static inline int msm_iommu_domain_no_find(const char *name)
{
	return -ENODEV;
}
#endif

#endif