Re: [PATCH] crypto: algapi - remove crypto_tfm_in_queue()

2019-05-30 Thread Herbert Xu
On Mon, May 20, 2019 at 09:55:15AM -0700, Eric Biggers wrote: > From: Eric Biggers > > Remove the crypto_tfm_in_queue() function, which is unused. > > Signed-off-by: Eric Biggers > --- > crypto/algapi.c| 13 - > include/crypto/algapi.h| 7 --- > include

[PATCH] crypto: algapi - remove crypto_tfm_in_queue()

2019-05-20 Thread Eric Biggers
From: Eric Biggers Remove the crypto_tfm_in_queue() function, which is unused. Signed-off-by: Eric Biggers --- crypto/algapi.c| 13 - include/crypto/algapi.h| 7 --- include/crypto/internal/hash.h | 6 -- 3 files changed, 26 deletions(-) diff --gi