diff options
Diffstat (limited to 'drivers/dma/dmaengine.c')
-rw-r--r-- | drivers/dma/dmaengine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/dmaengine.c b/drivers/dma/dmaengine.c index d5bc628d207c..bd0b248de2cf 100644 --- a/drivers/dma/dmaengine.c +++ b/drivers/dma/dmaengine.c | |||
@@ -977,7 +977,6 @@ void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx, | |||
977 | { | 977 | { |
978 | tx->chan = chan; | 978 | tx->chan = chan; |
979 | spin_lock_init(&tx->lock); | 979 | spin_lock_init(&tx->lock); |
980 | INIT_LIST_HEAD(&tx->tx_list); | ||
981 | } | 980 | } |
982 | EXPORT_SYMBOL(dma_async_tx_descriptor_init); | 981 | EXPORT_SYMBOL(dma_async_tx_descriptor_init); |
983 | 982 | ||