dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag

This flag was never implemented or used.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Этот коммит содержится в:
Christoph Hellwig
2017-08-25 17:12:18 +02:00
родитель 7232888366
Коммит b32dbc1e0b
4 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@@ -600,10 +600,6 @@ flags can be ORed together and are:
One or both of these flags must be present.
- DMA_MEMORY_INCLUDES_CHILDREN - make the declared memory be allocated by
dma_alloc_coherent of any child devices of this one (for memory residing
on a bridge).
- DMA_MEMORY_EXCLUSIVE - only allocate memory from the declared regions.
Do not allow dma_alloc_coherent() to fall back to system memory when
it's out of memory in the declared region.