crypto: skcipher - remove unused header cpumask.h
authorGeliang Tang <geliangtang@gmail.com>
Thu, 2 Jun 2016 05:48:38 +0000 (13:48 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 7 Jun 2016 10:41:53 +0000 (18:41 +0800)
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>
crypto/ablkcipher.c

index e5b5721..6b80516 100644 (file)
@@ -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>