forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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