Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca1f658d authored by Chenyang Zhong's avatar Chenyang Zhong Committed by Bharath
Browse files

soc/qcom: include random.h instead of hw_random.h



add_hwgenerator_randomness() has been moved to random.h in upstream
commit 75cc37f4.

Change-Id: I4ab3183ff488c5446243b895cee107c9e132d589
Signed-off-by: default avatarChenyang Zhong <zhongcy95@gmail.com>
(cherry picked from commit 094861b95afd3f401a15e2dd7034d2ac2953f770)
Signed-off-by: default avatarAlbert I <kras@raphielgang.org>
(cherry picked from commit 45319227ccc2d5b67b94dc0de3b58837d04028af)
parent 8522b881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 */

#include <linux/kernel.h>
#include <linux/hw_random.h>
#include <linux/random.h>
#include <linux/io.h>

#include <soc/qcom/scm.h>