]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6a0a0bde7baf9b9bfe90a074baa11ff31984a75
tree9c5f047a153434eca986ff18e13947e5b8736df3
parentca01d6cbebca4ec19ca3fc3f34d1cae2c6f7b036
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