dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag
[linux-2.6-block.git] / Documentation / DMA-API.txt
index ef3a04fcad655f2efd9989f9b810314233c90bee..dddf52e768d6f6b6f7a1a00b317c1ce354e27fd5 100644 (file)
@@ -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.