Commit 42e584a9 authored by Christoph Hellwig's avatar Christoph Hellwig

swiotlb: unexport is_swiotlb_active

Drivers have no business looking at dma-mapping or swiotlb internals.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJuergen Gross <jgross@suse.com>
parent f9a38ea5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment