git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be58b1
)
crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 07:06:27 +0000
(15:06 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:10 +0000
(14:18 +0800)
All implementers of AEAD should include crypto/internal/aead.h
instead of include/linux/crypto.h.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
arch/arm64/crypto/aes-ce-ccm-glue.c
patch
|
blob
|
history
diff --git
a/arch/arm64/crypto/aes-ce-ccm-glue.c
b/arch/arm64/crypto/aes-ce-ccm-glue.c
index
6c348df
..
3303e8a
100644
(file)
--- a/
arch/arm64/crypto/aes-ce-ccm-glue.c
+++ b/
arch/arm64/crypto/aes-ce-ccm-glue.c
@@
-13,7
+13,7
@@
#include <crypto/aes.h>
#include <crypto/algapi.h>
#include <crypto/scatterwalk.h>
-#include <
linux/crypto
.h>
+#include <
crypto/internal/aead
.h>
#include <linux/module.h>
#include "aes-ce-setkey.h"