diff options
Diffstat (limited to 'lib/dma-debug.c')
-rw-r--r-- | lib/dma-debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 075253cb613b..6a1ebaa83623 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c | |||
@@ -444,7 +444,6 @@ void debug_dma_dump_mappings(struct device *dev) | |||
444 | spin_unlock_irqrestore(&bucket->lock, flags); | 444 | spin_unlock_irqrestore(&bucket->lock, flags); |
445 | } | 445 | } |
446 | } | 446 | } |
447 | EXPORT_SYMBOL(debug_dma_dump_mappings); | ||
448 | 447 | ||
449 | /* | 448 | /* |
450 | * For each mapping (initial cacheline in the case of | 449 | * For each mapping (initial cacheline in the case of |
@@ -753,7 +752,6 @@ int dma_debug_resize_entries(u32 num_entries) | |||
753 | 752 | ||
754 | return ret; | 753 | return ret; |
755 | } | 754 | } |
756 | EXPORT_SYMBOL(dma_debug_resize_entries); | ||
757 | 755 | ||
758 | /* | 756 | /* |
759 | * DMA-API debugging init code | 757 | * DMA-API debugging init code |