summaryrefslogtreecommitdiff
path: root/crypto/mcryptd.c
diff options
context:
space:
mode:
authorYang Shi <yang.s@alibaba-inc.com>2017-11-18 07:02:18 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2017-11-29 17:33:29 +1100
commitfb5a74bc3110de22a09b6a2c9220006d71bcd60a (patch)
tree48cfcc7a20de4937f1ef0f7e232e9ecffa213989 /crypto/mcryptd.c
parent1610c7ee810e278537c82977867e8a9a854baba0 (diff)
downloadlinux-crypto-fb5a74bc3110de22a09b6a2c9220006d71bcd60a.tar.gz
linux-crypto-fb5a74bc3110de22a09b6a2c9220006d71bcd60a.zip
crypto: remove unused hardirq.h
Preempt counter APIs have been split out, currently, hardirq.h just includes irq_enter/exit APIs which are not used by crypto at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi <yang.s@alibaba-inc.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/mcryptd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/mcryptd.c b/crypto/mcryptd.c
index 4e647265..9fa362c1 100644
--- a/crypto/mcryptd.c
+++ b/crypto/mcryptd.c
@@ -26,7 +26,6 @@
#include <linux/sched.h>
#include <linux/sched/stat.h>
#include <linux/slab.h>
-#include <linux/hardirq.h>
#define MCRYPTD_MAX_CPU_QLEN 100
#define MCRYPTD_BATCH 9