aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/crypto_wq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/crypto_wq.h')
-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