[PATCH v2 1/4] powerpc/eeh: Export eeh_iommu_group_to_pe()
Alexey Kardashevskiy
aik at ozlabs.ru
Wed Aug 6 12:48:30 EST 2014
From: Gavin Shan <gwshan at linux.vnet.ibm.com>
The function is used by VFIO driver, which might be built as a
dynamic module.
Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
---
arch/powerpc/kernel/eeh.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c
index 6043879..59a64f8 100644
--- a/arch/powerpc/kernel/eeh.c
+++ b/arch/powerpc/kernel/eeh.c
@@ -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 */
--
2.0.0
More information about the Linuxppc-dev
mailing list