mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
iommu: export iommu_group_default_domain
Change-Id: I2906011f73a96500e93438bfa6949c046f0c46e2 Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -1667,6 +1667,9 @@ struct iommu_domain *iommu_group_default_domain(struct iommu_group *group)
|
||||
{
|
||||
return group->default_domain;
|
||||
}
|
||||
#ifdef CONFIG_NO_GKI
|
||||
EXPORT_SYMBOL_GPL(iommu_group_default_domain);
|
||||
#endif
|
||||
|
||||
static int probe_iommu_group(struct device *dev, void *data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user