Skip to content

Commit

Permalink
iommu/core: export iommu_set_fault_handler()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ohad Ben-Cohen authored and Joerg Roedel committed Sep 26, 2011
1 parent e7f10f0 commit 30bd918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iommu/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 30bd918

Please sign in to comment.