OSDN Git Service

dma-direct: make dma_direct_{alloc,free} available to other implementations
authorChristoph Hellwig <hch@lst.de>
Sat, 23 Dec 2017 12:46:06 +0000 (13:46 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Jan 2018 08:35:14 +0000 (09:35 +0100)
commit19dca8c0efa30e0a45e79f237060d0f307045752
tree7af0e38c3abd148c110d88900630f837e7e79617
parent95f183916d4b0bc1943684948ecdd2469f1aa978
dma-direct: make dma_direct_{alloc,free} available to other implementations

So that they don't need to indirect through the operation vector.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
arch/arm/mm/dma-mapping-nommu.c
include/linux/dma-direct.h
lib/dma-direct.c