dma-mapping: remove is_device_dma_capable
No users left. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20190816062435.881-6-hch@lst.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5d6ff300f0
commit
bd5defaee8
|
@ -149,11 +149,6 @@ static inline int valid_dma_direction(int dma_direction)
|
|||
(dma_direction == DMA_FROM_DEVICE));
|
||||
}
|
||||
|
||||
static inline int is_device_dma_capable(struct device *dev)
|
||||
{
|
||||
return dev->dma_mask != NULL && *dev->dma_mask != DMA_MASK_NONE;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_DMA_DECLARE_COHERENT
|
||||
/*
|
||||
* These three functions are only for dma allocator.
|
||||
|
|
Loading…
Reference in New Issue