aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/eeh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c
index 604387979402..59a64f8dc85f 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)
1254 1254
1255 return edev->pe; 1255 return edev->pe;
1256} 1256}
1257EXPORT_SYMBOL_GPL(eeh_iommu_group_to_pe);
1257 1258
1258#endif /* CONFIG_IOMMU_API */ 1259#endif /* CONFIG_IOMMU_API */
1259 1260