On Mon, May 20, 2019 at 09:53:58AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > kcrypto_wq is only used by cryptd, so move it into cryptd.c and change > the workqueue name from "crypto" to "cryptd". > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > crypto/Kconfig | 5 ---- > crypto/Makefile | 2 -- > crypto/cryptd.c | 24 ++++++++++++---- > crypto/crypto_wq.c | 40 -------------------------- > drivers/crypto/cavium/cpt/cptvf_algs.c | 1 - > include/crypto/crypto_wq.h | 8 ------ > 6 files changed, 19 insertions(+), 61 deletions(-) > delete mode 100644 crypto/crypto_wq.c > delete mode 100644 include/crypto/crypto_wq.h Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt