Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Herbert Xu fcfbdddc 60323cb4

-3
-3
include/crypto/ctr.h
··· 8 8 #ifndef _CRYPTO_CTR_H 9 9 #define _CRYPTO_CTR_H 10 10 11 - #include <crypto/algapi.h> 12 - #include <crypto/internal/skcipher.h> 13 - 14 11 #define CTR_RFC3686_NONCE_SIZE 4 15 12 #define CTR_RFC3686_IV_SIZE 8 16 13 #define CTR_RFC3686_BLOCK_SIZE 16