kernel/arch/m68k/include/asm/timex.h
.. .. @@ -35,7 +35,7 @@ 35 35 { 36 36 if (mach_random_get_entropy) 37 37 return mach_random_get_entropy(); 38 - return 0;38 + return random_get_entropy_fallback();39 39 } 40 40 #define random_get_entropy random_get_entropy 41 41