diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index a6b228914b8e..090c690627e5 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -2278,7 +2278,7 @@ void tcp_free_md5sig_pool(void) | |||
2278 | 2278 | ||
2279 | EXPORT_SYMBOL(tcp_free_md5sig_pool); | 2279 | EXPORT_SYMBOL(tcp_free_md5sig_pool); |
2280 | 2280 | ||
2281 | struct tcp_md5sig_pool **__tcp_alloc_md5sig_pool(void) | 2281 | static struct tcp_md5sig_pool **__tcp_alloc_md5sig_pool(void) |
2282 | { | 2282 | { |
2283 | int cpu; | 2283 | int cpu; |
2284 | struct tcp_md5sig_pool **pool; | 2284 | struct tcp_md5sig_pool **pool; |