From: Herbert Xu Date: Sun, 27 Apr 2025 00:42:51 +0000 (+0800) Subject: crypto: ccp - Include crypto/utils.h for crypto_memneq X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1dea68318aad0899011a49748634aff54ddc327a;p=users%2Fdwmw2%2Flinux.git crypto: ccp - Include crypto/utils.h for crypto_memneq Include crypto/utils.h to get crypto_memneq rather than relying on random inclusions. Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccp/ccp-ops.c b/drivers/crypto/ccp/ccp-ops.c index cb8e99936abb7..109b5aef40343 100644 --- a/drivers/crypto/ccp/ccp-ops.c +++ b/drivers/crypto/ccp/ccp-ops.c @@ -8,13 +8,14 @@ * Author: Gary R Hook */ -#include -#include -#include -#include -#include #include +#include +#include #include +#include +#include +#include +#include #include "ccp-dev.h"