From: Herbert Xu Date: Tue, 22 Aug 2023 09:26:25 +0000 (+0800) Subject: Bluetooth: Do not include crypto/algapi.h X-Git-Tag: ceph-for-6.8-rc1~337^2~250 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2defbea39d23badc06c09401429254c24e4729b4;p=ceph-client.git Bluetooth: 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: Luiz Augusto von Dentz Signed-off-by: Herbert Xu --- diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index f1a9fc0012f09..5f2f97de295eb 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -22,11 +22,10 @@ #include #include -#include #include -#include #include #include +#include #include #include