]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit050d228a740a2e4d988801e64b2aee0159542f59
tree9d4610c385a4ccec2d9aec496fa38fe417b3ec40
parentb02c2b0bfd7ae4fb5bc8685ac564861b99c7a552
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