mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 16:47:42 +00:00
swiotlb: unexport is_swiotlb_active
Drivers have no business looking at dma-mapping or swiotlb internals. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
parent
f9a38ea517
commit
42e584a985
@ -956,7 +956,6 @@ bool is_swiotlb_active(struct device *dev)
|
||||
|
||||
return mem && mem->nslabs;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(is_swiotlb_active);
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user