]> git.baikalelectronics.ru Git - kernel.git/commit
dma-debug: remove most exports
authorChristoph Hellwig <hch@lst.de>
Tue, 8 Sep 2020 16:35:24 +0000 (18:35 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 11 Sep 2020 06:13:12 +0000 (08:13 +0200)
commit7abb92a841d8dcf02d15e0ad7a85b28b4fe3a8ff
treeac6f4f9bf421f41be01c21e90355e89cce40662f
parent9b94f5659ca9bd92cfd195abb7562cbf4dff1bdc
dma-debug: remove most exports

Now that the main dma mapping entry points are out of line most of the
symbols in dma-debug.c can only be called from built-in code.  Remove
the unused exports.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
kernel/dma/debug.c