From: Herbert Xu Date: Tue, 22 Aug 2023 09:34:10 +0000 (+0800) Subject: mptcp: Do not include crypto/algapi.h X-Git-Tag: io_uring-6.7-2023-11-10~9^2~248 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bd5af65465c1f9659351ec50bcf167d4966e76d0;p=linux-block.git mptcp: 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: Matthieu Baerts Signed-off-by: Herbert Xu --- diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index 9bf3c7bc1762..d1e03c0bc118 100644 --- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -9,8 +9,8 @@ #include #include #include -#include #include +#include #include #include #include