Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iommu-helper: unexport iommu_area_alloc

This function is only used by built-in code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>

-2
-2
lib/iommu-helper.c
··· 3 3 * IOMMU helper functions for the free area management 4 4 */ 5 5 6 - #include <linux/export.h> 7 6 #include <linux/bitmap.h> 8 7 #include <linux/bug.h> 9 8 ··· 37 38 } 38 39 return -1; 39 40 } 40 - EXPORT_SYMBOL(iommu_area_alloc);