Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / include / crypto / internal / hash.h
index 31e0662fa4296c2e6c5e936d2633003b5595785b..bfc9db7b100d61f3ed7307bcf787cc8583244ffe 100644 (file)
@@ -196,12 +196,6 @@ static inline struct ahash_request *ahash_dequeue_request(
        return ahash_request_cast(crypto_dequeue_request(queue));
 }
 
-static inline int ahash_tfm_in_queue(struct crypto_queue *queue,
-                                         struct crypto_ahash *tfm)
-{
-       return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm));
-}
-
 static inline void *crypto_shash_ctx(struct crypto_shash *tfm)
 {
        return crypto_tfm_ctx(&tfm->base);