diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-08-13 09:54:38 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-08-18 12:01:10 +0300 |
commit | 2d6a79cc2ade0b3e67e66393a6183284e87b87f6 (patch) | |
tree | 2c3ff9ab62d7f0804b53bb11af588fc53a2b8c3a /drivers/crypto | |
parent | 68021dee251e72d87ebbf052acf69b3217c11383 (diff) | |
download | linux-2d6a79cc2ade0b3e67e66393a6183284e87b87f6.tar.xz |
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: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/starfive/jh7110-cryp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/starfive/jh7110-cryp.h b/drivers/crypto/starfive/jh7110-cryp.h index 4462d1db9544..345a8d878761 100644 --- a/drivers/crypto/starfive/jh7110-cryp.h +++ b/drivers/crypto/starfive/jh7110-cryp.h @@ -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> |