From 5c06a4ddcec90ce1c30f3a6ee56ab5a43d00bfa4 Mon Sep 17 00:00:00 2001 From: Dr Amr Osman Date: Fri, 10 May 2024 14:39:15 +0300 Subject: [PATCH] Update timex.h removing extern causes pc freeze --- arch/x86/include/asm/timex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/timex.h b/arch/x86/include/asm/timex.h index f5c2c982a24a..8ad16858b2e8 100644 --- a/arch/x86/include/asm/timex.h +++ b/arch/x86/include/asm/timex.h @@ -9,7 +9,7 @@ * Fix for vmware installer failure to build vmmon and vmnet kernel modules * as random_get_entropy_fallback() is not found in this unit. */ -unsigned long random_get_entropy_fallback(void); +extern unsigned long random_get_entropy_fallback(void); static inline unsigned long random_get_entropy(void) {