diff options
Diffstat (limited to 'drivers/dma')
-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 5a87384ea4ff..562d182eae66 100644 --- a/drivers/dma/dmaengine.c +++ b/drivers/dma/dmaengine.c | |||
@@ -933,7 +933,6 @@ void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx, | |||
933 | { | 933 | { |
934 | tx->chan = chan; | 934 | tx->chan = chan; |
935 | spin_lock_init(&tx->lock); | 935 | spin_lock_init(&tx->lock); |
936 | INIT_LIST_HEAD(&tx->tx_list); | ||
937 | } | 936 | } |
938 | EXPORT_SYMBOL(dma_async_tx_descriptor_init); | 937 | EXPORT_SYMBOL(dma_async_tx_descriptor_init); |
939 | 938 | ||