Update timex.h

This commit is contained in:
Dr Amr Osman 2024-05-04 13:21:40 +03:00 committed by GitHub
parent 03c7d99f89
commit f40d7de496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,10 @@
#include <asm/tsc.h>
/*
Fixes failure of vmware installer to build vmmon and vmnet kernel modules
as random_get_entropy_fallback() is not found in the included files from this
file.
* Fix for vmware installer failure to build vmmon and vmnet kernel modules
* as random_get_entropy_fallback() is not found in this unit.
*/
extern unsigned long random_get_entropy_fallback(void);
unsigned long random_get_entropy_fallback(void);
static inline unsigned long random_get_entropy(void)
{