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)
commitec91ccb27408abd842faf6137b3a0df8d6ebbdbb
treeac6f4f9bf421f41be01c21e90355e89cce40662f
parent3d842b51a04808fc1494006b97e0d33402d28507
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