diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/core/secure_seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/secure_seq.c b/net/core/secure_seq.c index b02fd16b8942..90e8a8250255 100644 --- a/net/core/secure_seq.c +++ b/net/core/secure_seq.c | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | static u32 net_secret[NET_SECRET_SIZE] ____cacheline_aligned; | 16 | static u32 net_secret[NET_SECRET_SIZE] ____cacheline_aligned; |
17 | 17 | ||
18 | static void net_secret_init(void) | 18 | static __always_inline void net_secret_init(void) |
19 | { | 19 | { |
20 | net_get_random_once(net_secret, sizeof(net_secret)); | 20 | net_get_random_once(net_secret, sizeof(net_secret)); |
21 | } | 21 | } |