diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 7de4ea3a04d9..ae9774b478f5 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1373,7 +1373,7 @@ struct tcp_request_sock_ops { | |||
1373 | #endif | 1373 | #endif |
1374 | }; | 1374 | }; |
1375 | 1375 | ||
1376 | extern void tcp_v4_init(struct net_proto_family *ops); | 1376 | extern void tcp_v4_init(void); |
1377 | extern void tcp_init(void); | 1377 | extern void tcp_init(void); |
1378 | 1378 | ||
1379 | #endif /* _TCP_H */ | 1379 | #endif /* _TCP_H */ |