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