mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
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 <ohad@wizery.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
This commit is contained in:
parent
e7f10f02ef
commit
30bd918c71
@ -51,6 +51,7 @@ void iommu_set_fault_handler(struct iommu_domain *domain,
|
|||||||
|
|
||||||
domain->handler = handler;
|
domain->handler = handler;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(iommu_set_fault_handler);
|
||||||
|
|
||||||
struct iommu_domain *iommu_domain_alloc(void)
|
struct iommu_domain *iommu_domain_alloc(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user