diff options
Diffstat (limited to 'crypto/async_tx')
-rw-r--r-- | crypto/async_tx/async_tx.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/async_tx/async_tx.c b/crypto/async_tx/async_tx.c index b88bb1f608fc..2cdf7a0867b7 100644 --- a/crypto/async_tx/async_tx.c +++ b/crypto/async_tx/async_tx.c | |||
@@ -45,18 +45,6 @@ static DEFINE_SPINLOCK(async_tx_lock); | |||
45 | 45 | ||
46 | static LIST_HEAD(async_tx_master_list); | 46 | static LIST_HEAD(async_tx_master_list); |
47 | 47 | ||
48 | /* async_tx_issue_pending_all - start all transactions on all channels */ | ||
49 | void async_tx_issue_pending_all(void) | ||
50 | { | ||
51 | struct dma_chan_ref *ref; | ||
52 | |||
53 | rcu_read_lock(); | ||
54 | list_for_each_entry_rcu(ref, &async_tx_master_list, node) | ||
55 | ref->chan->device->device_issue_pending(ref->chan); | ||
56 | rcu_read_unlock(); | ||
57 | } | ||
58 | EXPORT_SYMBOL_GPL(async_tx_issue_pending_all); | ||
59 | |||
60 | static void | 48 | static void |
61 | free_dma_chan_ref(struct rcu_head *rcu) | 49 | free_dma_chan_ref(struct rcu_head *rcu) |
62 | { | 50 | { |