From: Herbert Xu Date: Tue, 22 Aug 2023 09:21:11 +0000 (+0800) Subject: fscrypt: Do not include crypto/algapi.h X-Git-Tag: io_uring-6.7-2023-11-10~9^2~252 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=82d1c16c8f8228f0632602d89551b1123fb4a768;p=linux-block.git fscrypt: Do not include crypto/algapi.h The header file crypto/algapi.h is for internal use only. Use the header file crypto/utils.h instead. Acked-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/fs/crypto/keysetup_v1.c b/fs/crypto/keysetup_v1.c index 75dabd9b27f9..d698ecb9ad44 100644 --- a/fs/crypto/keysetup_v1.c +++ b/fs/crypto/keysetup_v1.c @@ -20,8 +20,8 @@ * managed alongside the master keys in the filesystem-level keyring) */ -#include #include +#include #include #include #include