From: Ohad Ben-Cohen Date: Mon, 26 Sep 2011 13:11:46 +0000 (-0400) Subject: iommu/core: export iommu_set_fault_handler() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30bd918c7132adddd370c79fd5619bf108efd702;p=linux-beck.git 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 Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index b75d9fb2fa91..3a072596b1b2 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -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) {