diff options
author | Geliang Tang <geliangtang@gmail.com> | 2016-06-02 01:48:38 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-06-07 06:41:53 -0400 |
commit | 88aff46040a8a13ade85e8e450d781f89899e9fb (patch) | |
tree | cbcff5250884459d17fbdebc0a261c68aa087585 | |
parent | 3741bbb207f7b9e92ad3b878a30ccd1ddcdb8ac8 (diff) |
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>
-rw-r--r-- | crypto/ablkcipher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c index e5b5721809e2..6b80516778c6 100644 --- a/crypto/ablkcipher.c +++ b/crypto/ablkcipher.c | |||
@@ -14,7 +14,6 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <crypto/internal/skcipher.h> | 16 | #include <crypto/internal/skcipher.h> |
17 | #include <linux/cpumask.h> | ||
18 | #include <linux/err.h> | 17 | #include <linux/err.h> |
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
20 | #include <linux/rtnetlink.h> | 19 | #include <linux/rtnetlink.h> |