瀏覽代碼

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>
Geliang Tang 9 年之前
父節點
當前提交
88aff46040
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      crypto/ablkcipher.c

+ 0 - 1
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>