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-Tag: v6.16-rc1~206^2~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dea68318aad0899011a49748634aff54ddc327a;p=thirdparty%2Fkernel%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"