diff options
Diffstat (limited to 'net/ipv4/udplite.c')
-rw-r--r-- | net/ipv4/udplite.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv4/udplite.c b/net/ipv4/udplite.c index 7c1e0271c0db..4add87553bce 100644 --- a/net/ipv4/udplite.c +++ b/net/ipv4/udplite.c | |||
@@ -77,8 +77,10 @@ static struct udp_seq_afinfo udplite4_seq_afinfo = { | |||
77 | .name = "udplite", | 77 | .name = "udplite", |
78 | .family = AF_INET, | 78 | .family = AF_INET, |
79 | .hashtable = udplite_hash, | 79 | .hashtable = udplite_hash, |
80 | .seq_show = udp4_seq_show, | ||
81 | .seq_fops = &udplite4_seq_fops, | 80 | .seq_fops = &udplite4_seq_fops, |
81 | .seq_ops = { | ||
82 | .show = udp4_seq_show, | ||
83 | }, | ||
82 | }; | 84 | }; |
83 | 85 | ||
84 | static int udplite4_proc_init_net(struct net *net) | 86 | static int udplite4_proc_init_net(struct net *net) |