mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Update timex.h
This commit is contained in:
parent
03c7d99f89
commit
f40d7de496
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue