]> git.baikalelectronics.ru Git - kernel.git/commit
dma-mapping: move more functions to dma-map-ops.h
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Oct 2020 08:41:07 +0000 (10:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 20 Oct 2020 08:41:07 +0000 (10:41 +0200)
commit14978b331cd4032e3da81e94e9a02009b2796d24
tree4d87fa02bb79c0ed14e620b50149c344150727eb
parent3e59f0a09891329f7c8139321433572b3fbc0ddf
dma-mapping: move more functions to dma-map-ops.h

Due to a mismerge a bunch of prototypes that should have moved to
dma-map-ops.h are still in dma-mapping.h, fix that up.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/dma-map-ops.h
include/linux/dma-mapping.h
kernel/dma/remap.c