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: https://www.infradead.org/git/?a=commitdiff_plain;h=2d6a79cc2ade0b3e67e66393a6183284e87b87f6;p=users%2Fjedix%2Flinux-maple.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 4462d1db9544..345a8d878761 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