From 878e51a94adefe4c1ff4998f8c12ff8c88abe480 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Wed, 14 Aug 2024 08:43:03 +0100 Subject: [PATCH] ANDROID: swiotlb: Follow upstream rename of swiotlb_find_pool() swiotlb_find_pool() has become __swiotlb_find_pool(). Reflect this in the EXPORT_SYMBOL_GPL() call. Fixes: 7296f2301a05 ("swiotlb: reduce swiotlb pool lookups") Signed-off-by: Lee Jones Change-Id: Ie35696bfe42515c96cd47ea9469a6eb567c06629 --- kernel/dma/swiotlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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