summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-05 07:27:22 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2017-12-22 19:29:01 +1100
commit144f3d18a2300c6a3ab83a2e257699a10404aeb4 (patch)
tree7c324e17174006d4906d56b838574d010ab211f8 /drivers/crypto/ccp
parent65cd9588c597753ab2e567af6e5e32e3f6645e5d (diff)
downloadlinux-0-day-144f3d18a2300c6a3ab83a2e257699a10404aeb4.tar.gz
linux-0-day-144f3d18a2300c6a3ab83a2e257699a10404aeb4.tar.xz
crypto: drivers - remove duplicate includes
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>
Diffstat (limited to 'drivers/crypto/ccp')
-rw-r--r--drivers/crypto/ccp/ccp-crypto-aes-galois.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ccp/ccp-crypto-aes-galois.c b/drivers/crypto/ccp/ccp-crypto-aes-galois.c
index ff02b713c6f66..ca1f0d780b61c 100644
--- a/drivers/crypto/ccp/ccp-crypto-aes-galois.c
+++ b/drivers/crypto/ccp/ccp-crypto-aes-galois.c
@@ -21,7 +21,6 @@
#include <crypto/ctr.h>
#include <crypto/gcm.h>
#include <crypto/scatterwalk.h>
-#include <linux/delay.h>
#include "ccp-crypto.h"