aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/timex.h')
-rw-r--r--arch/m68k/include/asm/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/timex.h b/arch/m68k/include/asm/timex.h
index 6a21d9358280..f4a7a340f4ca 100644
--- a/arch/m68k/include/asm/timex.h
+++ b/arch/m68k/include/asm/timex.h
@@ -35,7 +35,7 @@ static inline unsigned long random_get_entropy(void)
{
if (mach_random_get_entropy)
return mach_random_get_entropy();
- return 0;
+ return random_get_entropy_fallback();
}
#define random_get_entropy random_get_entropy