summaryrefslogtreecommitdiff
path: root/include/crypto/ctr.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2025-04-07 13:11:33 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2025-04-16 10:16:21 +0300
commitfcfbdddc6f0260174f76e185c9768a950f0872be (patch)
treeefe6e5dcfc5ae884a3054fec90400bea5e4bb55b /include/crypto/ctr.h
parent60323cb47c842b0d2f0b5ff192e4a4fb4adfa363 (diff)
downloadlinux-fcfbdddc6f0260174f76e185c9768a950f0872be.tar.xz
crypto: ctr - Remove unnecessary header inclusions
Now that the broken drivers have been fixed, remove the unnecessary inclusions from crypto/ctr.h. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/ctr.h')
-rw-r--r--include/crypto/ctr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/crypto/ctr.h b/include/crypto/ctr.h
index c41685874f00..06984a26c8cf 100644
--- a/include/crypto/ctr.h
+++ b/include/crypto/ctr.h
@@ -8,9 +8,6 @@
#ifndef _CRYPTO_CTR_H
#define _CRYPTO_CTR_H
-#include <crypto/algapi.h>
-#include <crypto/internal/skcipher.h>
-
#define CTR_RFC3686_NONCE_SIZE 4
#define CTR_RFC3686_IV_SIZE 8
#define CTR_RFC3686_BLOCK_SIZE 16