1
0
Fork 0

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>
hifive-unleashed-5.1
Christoph Hellwig 2018-04-03 15:31:15 +02:00
parent 0d3fdb157f
commit 33782714dc
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
* IOMMU helper functions for the free area management
*/
#include <linux/export.h>
#include <linux/bitmap.h>
#include <linux/bug.h>
@ -38,4 +37,3 @@ again:
}
return -1;
}
EXPORT_SYMBOL(iommu_area_alloc);