OSDN Git Service

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 23633c0..ded1703 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 @@ again:
        }
        return -1;
 }
-EXPORT_SYMBOL(iommu_area_alloc);