diff options
Diffstat (limited to 'kernel/drivers/crypto/caam/compat.h')
-rw-r--r-- | kernel/drivers/crypto/caam/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/drivers/crypto/caam/compat.h b/kernel/drivers/crypto/caam/compat.h index acd7743e2..b6955ecdf 100644 --- a/kernel/drivers/crypto/caam/compat.h +++ b/kernel/drivers/crypto/caam/compat.h @@ -23,6 +23,7 @@ #include <linux/types.h> #include <linux/debugfs.h> #include <linux/circ_buf.h> +#include <linux/clk.h> #include <net/xfrm.h> #include <crypto/algapi.h> @@ -32,7 +33,7 @@ #include <crypto/des.h> #include <crypto/sha.h> #include <crypto/md5.h> -#include <crypto/aead.h> +#include <crypto/internal/aead.h> #include <crypto/authenc.h> #include <crypto/scatterwalk.h> #include <crypto/internal/skcipher.h> |