Эх сурвалжийг харах

dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings

Only used by the AMD GART and Intel VT-D drivers, which must be built in.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Christoph Hellwig 7 жил өмнө
parent
commit
9f22bbbdd8
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      lib/dma-debug.c

+ 0 - 2
lib/dma-debug.c

@@ -444,7 +444,6 @@ void debug_dma_dump_mappings(struct device *dev)
 		spin_unlock_irqrestore(&bucket->lock, flags);
 		spin_unlock_irqrestore(&bucket->lock, flags);
 	}
 	}
 }
 }
-EXPORT_SYMBOL(debug_dma_dump_mappings);
 
 
 /*
 /*
  * For each mapping (initial cacheline in the case of
  * For each mapping (initial cacheline in the case of
@@ -753,7 +752,6 @@ int dma_debug_resize_entries(u32 num_entries)
 
 
 	return ret;
 	return ret;
 }
 }
-EXPORT_SYMBOL(dma_debug_resize_entries);
 
 
 /*
 /*
  * DMA-API debugging init code
  * DMA-API debugging init code