From: Herbert Xu Date: Sun, 13 Aug 2023 06:54:38 +0000 (+0800) Subject: crypto: jh7110 - Include scatterwalk.h for struct scatter_walk X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2d6a79cc2ade0b3e67e66393a6183284e87b87f6;p=linux.git 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 --- diff --git a/drivers/crypto/starfive/jh7110-cryp.h b/drivers/crypto/starfive/jh7110-cryp.h index 4462d1db95440..345a8d8787611 100644 --- a/drivers/crypto/starfive/jh7110-cryp.h +++ b/drivers/crypto/starfive/jh7110-cryp.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include