crypto: ctr - Remove unnecessary header inclusions
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 7 Apr 2025 10:11:33 +0000 (18:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:16:21 +0000 (15:16 +0800)
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>
include/crypto/ctr.h

index c41685874f0082f9b0b7ccf5946ff7c121d24068..06984a26c8cf02decfd7014e4210b83fc8f8384c 100644 (file)
@@ -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