DMAENGINE: COH 901 318 descriptor pool refactoring
[safe/jmp/linux-2.6] / drivers / dma / dw_dmac_regs.h
index 13a5807..d9a939f 100644 (file)
@@ -217,6 +217,7 @@ struct dw_desc {
 
        /* THEN values for driver housekeeping */
        struct list_head                desc_node;
+       struct list_head                tx_list;
        struct dma_async_tx_descriptor  txd;
        size_t                          len;
 };