mirror of
https://github.com/armbian/linux-cix.git
synced 2026-01-06 12:30:45 -08:00
libceph: 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. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
#include <linux/ceph/ceph_debug.h>
|
||||
|
||||
#include <crypto/aead.h>
|
||||
#include <crypto/algapi.h> /* for crypto_memneq() */
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/sha2.h>
|
||||
#include <crypto/utils.h>
|
||||
#include <linux/bvec.h>
|
||||
#include <linux/crc32c.h>
|
||||
#include <linux/net.h>
|
||||
|
||||
Reference in New Issue
Block a user