mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
Update timex.h
removing extern causes pc freeze
This commit is contained in:
parent
f40d7de496
commit
5c06a4ddce
@ -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 New Issue
Block a user