diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-07-07 23:55:30 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-07-14 02:56:44 -0400 |
commit | 31d228cc644034da97394bbadb2dc55ad9bcddb9 (patch) | |
tree | 46b99bd1a31c3e56fbb10195355745e783e5580e /include/crypto/algapi.h | |
parent | 773bb50625cd23c7711bcd1410fffe8a0cab121b (diff) |
crypto: api - Remove unused __crypto_dequeue_request
The function __crypto_dequeue_request is completely unused.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/algapi.h')
-rw-r--r-- | include/crypto/algapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index d4ebf6e9af6a..9041a8418ef0 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -180,7 +180,6 @@ struct crypto_instance *crypto_alloc_instance(const char *name, | |||
180 | void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen); | 180 | void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen); |
181 | int crypto_enqueue_request(struct crypto_queue *queue, | 181 | int crypto_enqueue_request(struct crypto_queue *queue, |
182 | struct crypto_async_request *request); | 182 | struct crypto_async_request *request); |
183 | void *__crypto_dequeue_request(struct crypto_queue *queue, unsigned int offset); | ||
184 | struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue); | 183 | struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue); |
185 | int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm); | 184 | int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm); |
186 | 185 | ||