summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorEric Biggers2019-05-20 18:53:58 +0200
committerHerbert Xu2019-05-30 09:28:41 +0200
commit3e56e168638b3e7147902c3b7257a57ea573a30e (patch)
tree96ee5f457b95e82591b9532228d5adeb10aa311d /include/crypto
parentcrypto: gf128mul - make unselectable by user (diff)
downloadkernel-qcow2-linux-3e56e168638b3e7147902c3b7257a57ea573a30e.tar.gz
kernel-qcow2-linux-3e56e168638b3e7147902c3b7257a57ea573a30e.tar.xz
kernel-qcow2-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.h8
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