diff options
Diffstat (limited to 'include/net/udp.h')
-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 0079d17fd3a3..5cf0e593dda7 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -189,7 +189,7 @@ struct udp_seq_afinfo { | |||
189 | char *name; | 189 | char *name; |
190 | sa_family_t family; | 190 | sa_family_t family; |
191 | struct hlist_head *hashtable; | 191 | struct hlist_head *hashtable; |
192 | struct file_operations *seq_fops; | 192 | struct file_operations seq_fops; |
193 | struct seq_operations seq_ops; | 193 | struct seq_operations seq_ops; |
194 | }; | 194 | }; |
195 | 195 | ||