summaryrefslogtreecommitdiff
path: root/crypto/ablkcipher.c
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2016-06-02 13:48:38 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-06-07 18:41:53 +0800
commit64187d76e485a76a89550cfabe2526500c7e6365 (patch)
tree293f0abca17ea80bca5bd5971e0bdb7d980f4856 /crypto/ablkcipher.c
parent660a1a79e6ecaf78208843fb3a1a441573d6af1f (diff)
downloadlinux-crypto-64187d76e485a76a89550cfabe2526500c7e6365.tar.gz
linux-crypto-64187d76e485a76a89550cfabe2526500c7e6365.zip
crypto: skcipher - remove unused header cpumask.h
Remove unused header cpumask.h from crypto/ablkcipher.c. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/ablkcipher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c
index e5b57218..6b805167 100644
--- a/crypto/ablkcipher.c
+++ b/crypto/ablkcipher.c
@@ -14,7 +14,6 @@
*/
#include <crypto/internal/skcipher.h>
-#include <linux/cpumask.h>
#include <linux/err.h>
#include <linux/kernel.h>
#include <linux/rtnetlink.h>