From 99ea7e4b8d22c48cb2ee01ee0d5fabee697571b1 Mon Sep 17 00:00:00 2001 From: Chenyang Zhong Date: Sun, 3 Jul 2022 06:12:33 -0400 Subject: [PATCH] soc/qcom: include random.h instead of hw_random.h add_hwgenerator_randomness() has been moved to random.h in upstream commit 75cc37f461de9f8a80aa381ee882cf70822ee4a2. Signed-off-by: Chenyang Zhong Change-Id: I34b1a2e2a477a2a9a14e5833650cdfc6f3733138 --- drivers/soc/qcom/early_random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/early_random.c b/drivers/soc/qcom/early_random.c index 641f70ee9f1f..34afbc35b855 100644 --- a/drivers/soc/qcom/early_random.c +++ b/drivers/soc/qcom/early_random.c @@ -13,7 +13,7 @@ */ #include -#include +#include #include #include