Commit 79e53b2a authored by Yang Shi's avatar Yang Shi Committed by Herbert Xu

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: default avatarYang 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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6dad4e8a
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <linux/crypto.h> #include <linux/crypto.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/hardirq.h>
#include <crypto/algapi.h> #include <crypto/algapi.h>
#include <crypto/cryptd.h> #include <crypto/cryptd.h>
#include <crypto/ablk_helper.h> #include <crypto/ablk_helper.h>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <crypto/internal/skcipher.h> #include <crypto/internal/skcipher.h>
#include <crypto/scatterwalk.h> #include <crypto/scatterwalk.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/hardirq.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/sched/stat.h> #include <linux/sched/stat.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/hardirq.h>
#define MCRYPTD_MAX_CPU_QLEN 100 #define MCRYPTD_MAX_CPU_QLEN 100
#define MCRYPTD_BATCH 9 #define MCRYPTD_BATCH 9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment