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:
committed by
Treehugger Robot
parent
2427947343
commit
878e51a94a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user