Skip to content

Commit 42e584a

Browse files
author
Christoph Hellwig
committed
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>
1 parent f9a38ea commit 42e584a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kernel/dma/swiotlb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,6 @@ bool is_swiotlb_active(struct device *dev)
956956

957957
return mem && mem->nslabs;
958958
}
959-
EXPORT_SYMBOL_GPL(is_swiotlb_active);
960959

961960
#ifdef CONFIG_DEBUG_FS
962961

0 commit comments

Comments
 (0)