提交 30bd918c 编写于 作者: O Ohad Ben-Cohen 提交者: Joerg Roedel

iommu/core: export iommu_set_fault_handler()

commit 4f3f8d9d "iommu/core: Add fault reporting mechanism" added
the public iommu_set_fault_handler() symbol but forgot to export it.

Fix that.
Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com>
Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
上级 e7f10f02
......@@ -51,6 +51,7 @@ void iommu_set_fault_handler(struct iommu_domain *domain,
domain->handler = handler;
}
EXPORT_SYMBOL_GPL(iommu_set_fault_handler);
struct iommu_domain *iommu_domain_alloc(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册