• D
    dmaengine: kill tx_list · 08031727
    Dan Williams 提交于
    The tx_list attribute of struct dma_async_tx_descriptor is common to
    most, but not all dma driver implementations.  None of the upper level
    code (dmaengine/async_tx) uses it, so allow drivers to implement it
    locally if they need it.  This saves sizeof(struct list_head) bytes for
    drivers that do not manage descriptors with a linked list (e.g.: ioatdma
    v2,3).
    Signed-off-by: NDan Williams <dan.j.williams@intel.com>
    
    08031727
dmaengine.c 27.4 KB