diff options
Diffstat (limited to 'lib/iommu-helper.c')
-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); |