]> git.baikalelectronics.ru Git - kernel.git/commit
dma-noop: remove dma_supported and mapping_error methods
authorChristoph Hellwig <hch@lst.de>
Mon, 22 May 2017 09:03:30 +0000 (11:03 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 Jun 2017 13:54:40 +0000 (06:54 -0700)
commitc3f3d3ac8fa1d282ccb630371e27e2554d5f0e15
tree9d4610c385a4ccec2d9aec496fa38fe417b3ec40
parentc01aa49567444e6adb46cab60b397fdf61ccadcb
dma-noop: remove dma_supported and mapping_error methods

These just duplicate the default behavior if no method is provided.

Signed-off-by: Christoph Hellwig <hch@lst.de>
lib/dma-noop.c