dma-mapping: mark dma_supported static
authorChristoph Hellwig <hch@lst.de>
Sun, 21 Aug 2022 14:06:44 +0000 (16:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Sep 2022 08:38:28 +0000 (10:38 +0200)
commit9fc18f6d56d5b79d527c17a8100a0965d18345cf
tree9c5f047a153434eca986ff18e13947e5b8736df3
parent43b919017fe755ccd2b19afb2dc2d3da8f840038
dma-mapping: mark dma_supported static

Now that the remaining users in drivers are gone, this function can be
marked static.

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