diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/inet_diag.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h index defe8ff36df8..851feff0747f 100644 --- a/include/linux/inet_diag.h +++ b/include/linux/inet_diag.h | |||
@@ -141,7 +141,6 @@ struct inet_diag_handler { | |||
141 | void (*idiag_get_info)(struct sock *sk, | 141 | void (*idiag_get_info)(struct sock *sk, |
142 | struct inet_diag_msg *r, | 142 | struct inet_diag_msg *r, |
143 | void *info); | 143 | void *info); |
144 | __u16 idiag_info_size; | ||
145 | __u16 idiag_type; | 144 | __u16 idiag_type; |
146 | }; | 145 | }; |
147 | 146 | ||