Commit 2d6a79cc authored by Herbert Xu's avatar Herbert Xu

crypto: jh7110 - Include scatterwalk.h for struct scatter_walk

Include crypto/scatterwalk.h explicitly instead of getting it
through random header files.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 68021dee
......@@ -5,6 +5,7 @@
#include <crypto/aes.h>
#include <crypto/engine.h>
#include <crypto/hash.h>
#include <crypto/scatterwalk.h>
#include <crypto/sha2.h>
#include <crypto/sm3.h>
#include <linux/delay.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment