summaryrefslogtreecommitdiffstats
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
commit88aff46040a8a13ade85e8e450d781f89899e9fb (patch)
treecbcff5250884459d17fbdebc0a261c68aa087585 /crypto/ablkcipher.c
parent3741bbb207f7b9e92ad3b878a30ccd1ddcdb8ac8 (diff)
downloadop-kernel-dev-88aff46040a8a13ade85e8e450d781f89899e9fb.zip
op-kernel-dev-88aff46040a8a13ade85e8e450d781f89899e9fb.tar.gz
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 'crypto/ablkcipher.c')
-rw-r--r--crypto/ablkcipher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c
index e5b5721..6b80516 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>
OpenPOWER on IntegriCloud