diff options
-rw-r--r-- | include/net/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index ccce83707046..7a8684855245 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -196,8 +196,8 @@ struct udp_seq_afinfo { | |||
196 | struct udp_iter_state { | 196 | struct udp_iter_state { |
197 | struct seq_net_private p; | 197 | struct seq_net_private p; |
198 | sa_family_t family; | 198 | sa_family_t family; |
199 | struct hlist_head *hashtable; | ||
200 | int bucket; | 199 | int bucket; |
200 | struct hlist_head *hashtable; | ||
201 | }; | 201 | }; |
202 | 202 | ||
203 | #ifdef CONFIG_PROC_FS | 203 | #ifdef CONFIG_PROC_FS |