diff --git a/include/crypto/cryptd.h b/include/crypto/cryptd.h index a060f4a11c896a539fb6d854168bca50133acb6f..796d986e58e118d9f415fb3cd663f91bc6d0a663 100644 --- a/include/crypto/cryptd.h +++ b/include/crypto/cryptd.h @@ -18,7 +18,6 @@ #include #include #include -#include struct cryptd_skcipher { struct crypto_skcipher base; @@ -33,8 +32,6 @@ bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm); void cryptd_free_skcipher(struct cryptd_skcipher *tfm); struct cryptd_ahash { - KABI_RESERVE(1) - KABI_RESERVE(2) struct crypto_ahash base; };