From: Christoph Hellwig Date: Tue, 3 Apr 2018 13:31:15 +0000 (+0200) Subject: iommu-helper: unexport iommu_area_alloc X-Git-Tag: v4.18-rc1~187^2~33 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=33782714dc53cfb9b8b02e852f3d239e5820cf42;p=linux.git iommu-helper: unexport iommu_area_alloc This function is only used by built-in code. Signed-off-by: Christoph Hellwig Reviewed-by: Anshuman Khandual --- diff --git a/lib/iommu-helper.c b/lib/iommu-helper.c index 23633c0fda4a..ded1703e7e64 100644 --- a/lib/iommu-helper.c +++ b/lib/iommu-helper.c @@ -3,7 +3,6 @@ * IOMMU helper functions for the free area management */ -#include #include #include @@ -38,4 +37,3 @@ unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, } return -1; } -EXPORT_SYMBOL(iommu_area_alloc);