diff options
author | Eric Biggers <ebiggers@google.com> | 2019-05-20 09:53:58 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-05-30 15:28:41 +0800 |
commit | 3e56e168638b3e7147902c3b7257a57ea573a30e (patch) | |
tree | 96ee5f457b95e82591b9532228d5adeb10aa311d /include/crypto | |
parent | e590e1321c13ae736bd0e0da48a61a58ef084875 (diff) | |
download | linux-3e56e168638b3e7147902c3b7257a57ea573a30e.tar.gz linux-3e56e168638b3e7147902c3b7257a57ea573a30e.tar.bz2 linux-3e56e168638b3e7147902c3b7257a57ea573a30e.zip |
crypto: cryptd - move kcrypto_wq into cryptd
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@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/crypto_wq.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/crypto/crypto_wq.h b/include/crypto/crypto_wq.h deleted file mode 100644 index 23114746ac08..000000000000 --- a/include/crypto/crypto_wq.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef CRYPTO_WQ_H -#define CRYPTO_WQ_H - -#include <linux/workqueue.h> - -extern struct workqueue_struct *kcrypto_wq; -#endif |