Re: [PATCH 3/3] swiotlb: unexport is_swiotlb_active

2023-06-27 Thread Juergen Gross
On 12.06.23 16:25, Christoph Hellwig wrote: Drivers have no business looking at dma-mapping or swiotlb internals. Signed-off-by: Christoph Hellwig Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP d

[PATCH 3/3] swiotlb: unexport is_swiotlb_active

2023-06-12 Thread Christoph Hellwig
Drivers have no business looking at dma-mapping or swiotlb internals. Signed-off-by: Christoph Hellwig --- kernel/dma/swiotlb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/dma/swiotlb.c b/kernel/dma/swiotlb.c index 775f7bb10ab184..1891faa3a6952e 100644 --- a/kernel/dma/swiotlb.c ++