From: Hadar Gat Date: Fri, 17 Apr 2020 20:38:45 +0000 (+0300) Subject: hwrng: cctrng - add missing include to linux/fips.h X-Git-Tag: v5.10.7~2354^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3357b61177a7f34267256098b29a7f4992af40f3;p=platform%2Fkernel%2Flinux-rpi.git hwrng: cctrng - add missing include to linux/fips.h This fixes build failure when CONFIG_CRYPTO_FIPS is defined. Fixes: a583ed310bb6 ("hwrng: cctrng - introduce Arm CryptoCell driver") Signed-off-by: Hadar Gat Reported-by: Randy Dunlap Reported-by: kbuild test robot Acked-by: Randy Dunlap # build-tested Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/cctrng.c b/drivers/char/hw_random/cctrng.c index bdcd56243104..e82716c12c3a 100644 --- a/drivers/char/hw_random/cctrng.c +++ b/drivers/char/hw_random/cctrng.c @@ -15,6 +15,7 @@ #include #include #include +#include #include "cctrng.h"