diff options
Diffstat (limited to 'net/core/secure_seq.c')
| -rw-r--r-- | net/core/secure_seq.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/net/core/secure_seq.c b/net/core/secure_seq.c index e61a8bb7fce..6a2f13cee86 100644 --- a/net/core/secure_seq.c +++ b/net/core/secure_seq.c @@ -12,12 +12,10 @@  static u32 net_secret[MD5_MESSAGE_BYTES / 4] ____cacheline_aligned; -static int __init net_secret_init(void) +void net_secret_init(void)  {  	get_random_bytes(net_secret, sizeof(net_secret)); -	return 0;  } -late_initcall(net_secret_init);  #ifdef CONFIG_INET  static u32 seq_scale(u32 seq)  |