Skip to content

Commit 30bd918

Browse files
ohadbcjoergroedel
authored andcommitted
iommu/core: export iommu_set_fault_handler()
commit 4f3f8d9 "iommu/core: Add fault reporting mechanism" added the public iommu_set_fault_handler() symbol but forgot to export it. Fix that. Signed-off-by: Ohad Ben-Cohen <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
1 parent e7f10f0 commit 30bd918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iommu/iommu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ void iommu_set_fault_handler(struct iommu_domain *domain,
5151

5252
domain->handler = handler;
5353
}
54+
EXPORT_SYMBOL_GPL(iommu_set_fault_handler);
5455

5556
struct iommu_domain *iommu_domain_alloc(void)
5657
{

0 commit comments

Comments
 (0)