[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1587155926-32663-1-git-send-email-hadar.gat@arm.com>
Date: Fri, 17 Apr 2020 23:38:45 +0300
From: Hadar Gat <hadar.gat@....com>
To: Hadar Gat <hadar.gat@....com>, Matt Mackall <mpm@...enic.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Gilad Ben-Yossef <gilad@...yossef.com>,
Ofir Drang <ofir.drang@....com>, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] hwrng: cctrng - add missing include to linux/fips.h
This fixes build failure when CONFIG_CRYPTO_FIPS is defined.
Signed-off-by: Hadar Gat <hadar.gat@....com>
---
drivers/char/hw_random/cctrng.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/char/hw_random/cctrng.c b/drivers/char/hw_random/cctrng.c
index bdcd562..e82716c 100644
--- a/drivers/char/hw_random/cctrng.c
+++ b/drivers/char/hw_random/cctrng.c
@@ -15,6 +15,7 @@
#include <linux/completion.h>
#include <linux/of.h>
#include <linux/bitfield.h>
+#include <linux/fips.h>
#include "cctrng.h"
--
2.7.4
Powered by blists - more mailing lists