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

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

Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Change-Id: I34b1a2e2a477a2a9a14e5833650cdfc6f3733138
This commit is contained in:
Chenyang Zhong
2022-07-03 06:12:33 -04:00
committed by Bruno Martins
parent fbe241ba61
commit 99ea7e4b8d

View File

@@ -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>