]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
crypto: remove unused hardirq.h
authorYang Shi <yang.s@alibaba-inc.com>
Fri, 17 Nov 2017 23:02:18 +0000 (07:02 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 29 Nov 2017 06:33:29 +0000 (17:33 +1100)
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>
crypto/ablk_helper.c
crypto/blkcipher.c
crypto/mcryptd.c

index 6e5d2f149b89f7ac3f217e1672ab60d100c86323..09776bb1360effd70e10c5f06c70b736c35c420e 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/crypto.h>
 #include <linux/init.h>
 #include <linux/module.h>
-#include <linux/hardirq.h>
 #include <crypto/algapi.h>
 #include <crypto/cryptd.h>
 #include <crypto/ablk_helper.h>
index 6c43a0a17a5514b46f9300e21ded357defb39d50..01c0d4aa2563f8b2104d9e0e7c64e699c19e39e0 100644 (file)
@@ -18,7 +18,6 @@
 #include <crypto/internal/skcipher.h>
 #include <crypto/scatterwalk.h>
 #include <linux/errno.h>
-#include <linux/hardirq.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/seq_file.h>
index 4e64726588524f137acd590809bef11673695ed2..9fa362c1ab4423d620b96235995eb59787394c47 100644 (file)
@@ -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