Skip to content

Commit c350d6d

Browse files
committed
Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping
Pull dma mapping fixlet from Christoph Hellwig: "Add a missing export required by riscv and unicore" * tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping: swiotlb: export swiotlb_dma_ops
2 parents 883c9ab + 210d079 commit c350d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/dma/swiotlb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,3 +1085,4 @@ const struct dma_map_ops swiotlb_dma_ops = {
10851085
.unmap_page = swiotlb_unmap_page,
10861086
.dma_supported = dma_direct_supported,
10871087
};
1088+
EXPORT_SYMBOL(swiotlb_dma_ops);

0 commit comments

Comments
 (0)