[PATCH] crypto: skcipher - remove unused header cpumask.h

From: Geliang Tang
Date: Thu Jun 02 2016 - 01:48:55 EST


Remove unused header cpumask.h from crypto/ablkcipher.c.

Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx>
---
crypto/ablkcipher.c | 1 -
1 file changed, 1 deletion(-)

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>
--
1.9.1