]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iommu-helper: unexport iommu_area_alloc
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Apr 2018 13:31:15 +0000 (15:31 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 May 2018 04:55:37 +0000 (06:55 +0200)
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>
lib/iommu-helper.c

index 23633c0fda4a6029260f88e25e571896a2a75444..ded1703e7e6425d7ee186e7c04695d270eb1609f 100644 (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 @@ unsigned long iommu_area_alloc(unsigned long *map, unsigned long size,
        }
        return -1;
 }
-EXPORT_SYMBOL(iommu_area_alloc);