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: 7296f2301a ("swiotlb: reduce swiotlb pool lookups")
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: Ie35696bfe42515c96cd47ea9469a6eb567c06629
This commit is contained in:
Lee Jones
2024-08-14 08:43:03 +01:00
committed by Treehugger Robot
parent 2427947343
commit 878e51a94a
+1 -1
View File
@@ -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