diff options
author | Yang Shi <yang.s@alibaba-inc.com> | 2017-11-18 07:02:18 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-11-29 17:33:29 +1100 |
commit | 79e53b2a5db63ab0a0a3b9c11612999a01efba15 (patch) | |
tree | ea64ffdf3c172c0ec66571d07a5c96d6476693a7 /crypto/ablk_helper.c | |
parent | 6dad4e8ab3ec65c3b948ad79e83751cf0f04cbdf (diff) | |
download | linux-79e53b2a5db63ab0a0a3b9c11612999a01efba15.tar.gz linux-79e53b2a5db63ab0a0a3b9c11612999a01efba15.tar.bz2 linux-79e53b2a5db63ab0a0a3b9c11612999a01efba15.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 'crypto/ablk_helper.c')
-rw-r--r-- | crypto/ablk_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ablk_helper.c b/crypto/ablk_helper.c index 6e5d2f149b89..09776bb1360e 100644 --- a/crypto/ablk_helper.c +++ b/crypto/ablk_helper.c @@ -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> |