Merge branch 'dmaengine' into async-tx-next
[pandora-kernel.git] / drivers / dma / dmaengine.c
index d5bc628..bd0b248 100644 (file)
@@ -977,7 +977,6 @@ void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx,
 {
        tx->chan = chan;
        spin_lock_init(&tx->lock);
-       INIT_LIST_HEAD(&tx->tx_list);
 }
 EXPORT_SYMBOL(dma_async_tx_descriptor_init);