diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-03 15:31:15 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-09 06:55:37 +0200 |
commit | 33782714dc53cfb9b8b02e852f3d239e5820cf42 (patch) | |
tree | 3d4b21d2578eb6010cb60489b715a5d0a529e1ac /lib | |
parent | 0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da (diff) | |
download | linux-33782714dc53cfb9b8b02e852f3d239e5820cf42.tar.bz2 |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/iommu-helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/export.h> #include <linux/bitmap.h> #include <linux/bug.h> @@ -38,4 +37,3 @@ again: } return -1; } -EXPORT_SYMBOL(iommu_area_alloc); |