]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
crypto: drivers - remove duplicate includes
authorPravin Shedge <pravin.shedge4linux@gmail.com>
Tue, 5 Dec 2017 01:57:22 +0000 (07:27 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Dec 2017 08:29:01 +0000 (19:29 +1100)
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/bcm/cipher.c
drivers/crypto/cavium/nitrox/nitrox_reqmgr.c
drivers/crypto/ccp/ccp-crypto-aes-galois.c

index ce70b44d0fb6203915c210e53fec49a8a6a5cb9a..2b75f95bbe1b73d73e8bbfca7a4f7a7a38c3c8b6 100644 (file)
@@ -42,7 +42,6 @@
 #include <crypto/authenc.h>
 #include <crypto/skcipher.h>
 #include <crypto/hash.h>
-#include <crypto/aes.h>
 #include <crypto/sha3.h>
 
 #include "util.h"
index 4addc238a6ef361db59cf49359d96ea8fae98f9a..deaefd532aaa155755faba33bba5fbee7b11430f 100644 (file)
@@ -6,7 +6,6 @@
 #include "nitrox_dev.h"
 #include "nitrox_req.h"
 #include "nitrox_csr.h"
-#include "nitrox_req.h"
 
 /* SLC_STORE_INFO */
 #define MIN_UDD_LEN 16
index ff02b713c6f6605c874def99e052e50ec30f344a..ca1f0d780b61cee959cb326d60bbde7c43782a78 100644 (file)
@@ -21,7 +21,6 @@
 #include <crypto/ctr.h>
 #include <crypto/gcm.h>
 #include <crypto/scatterwalk.h>
-#include <linux/delay.h>
 
 #include "ccp-crypto.h"