mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
powerpc/eeh: Export eeh_iommu_group_to_pe()
The function is used by VFIO driver, which might be built as a dynamic module. So it should be exported. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
2194dc27bd
commit
537e5400a0
@ -1254,6 +1254,7 @@ struct eeh_pe *eeh_iommu_group_to_pe(struct iommu_group *group)
|
||||
|
||||
return edev->pe;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(eeh_iommu_group_to_pe);
|
||||
|
||||
#endif /* CONFIG_IOMMU_API */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user