forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
kernel/arch/m68k/include/asm/timex.h
....@@ -35,7 +35,7 @@
3535 {
3636 if (mach_random_get_entropy)
3737 return mach_random_get_entropy();
38
- return 0;
38
+ return random_get_entropy_fallback();
3939 }
4040 #define random_get_entropy random_get_entropy
4141