diff options
Diffstat (limited to 'net/ipv4/tcp_diag.c')
-rw-r--r-- | net/ipv4/tcp_diag.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_diag.c b/net/ipv4/tcp_diag.c index 981497795d49..42e6bec7bd3e 100644 --- a/net/ipv4/tcp_diag.c +++ b/net/ipv4/tcp_diag.c | |||
@@ -38,7 +38,6 @@ static const struct inet_diag_handler tcp_diag_handler = { | |||
38 | .idiag_hashinfo = &tcp_hashinfo, | 38 | .idiag_hashinfo = &tcp_hashinfo, |
39 | .idiag_get_info = tcp_diag_get_info, | 39 | .idiag_get_info = tcp_diag_get_info, |
40 | .idiag_type = IPPROTO_TCP, | 40 | .idiag_type = IPPROTO_TCP, |
41 | .idiag_info_size = sizeof(struct tcp_info), | ||
42 | }; | 41 | }; |
43 | 42 | ||
44 | static int __init tcp_diag_init(void) | 43 | static int __init tcp_diag_init(void) |