forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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