From: Yang Shi Date: Fri, 17 Nov 2017 23:02:18 +0000 (+0800) Subject: crypto: remove unused hardirq.h X-Git-Tag: v5.15~9398^2~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e53b2a5db63ab0a0a3b9c11612999a01efba15;p=platform%2Fkernel%2Flinux-starfive.git 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 Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu --- diff --git a/crypto/ablk_helper.c b/crypto/ablk_helper.c index 6e5d2f1..09776bb 100644 --- a/crypto/ablk_helper.c +++ b/crypto/ablk_helper.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c index 6c43a0a..01c0d4a 100644 --- a/crypto/blkcipher.c +++ b/crypto/blkcipher.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/crypto/mcryptd.c b/crypto/mcryptd.c index 4e64726..9fa362c 100644 --- a/crypto/mcryptd.c +++ b/crypto/mcryptd.c @@ -26,7 +26,6 @@ #include #include #include -#include #define MCRYPTD_MAX_CPU_QLEN 100 #define MCRYPTD_BATCH 9