diff --git a/kernel/dma/swiotlb.c b/kernel/dma/swiotlb.c index 2b4e7ee3eef6..7ed3a4b77737 100644 --- a/kernel/dma/swiotlb.c +++ b/kernel/dma/swiotlb.c @@ -794,7 +794,7 @@ out: rcu_read_unlock(); return pool; } -EXPORT_SYMBOL_GPL(swiotlb_find_pool); +EXPORT_SYMBOL_GPL(__swiotlb_find_pool); /** * swiotlb_del_pool() - remove an IO TLB pool from a device