diff options
Diffstat (limited to 'net/ipv6/udplite.c')
-rw-r--r-- | net/ipv6/udplite.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv6/udplite.c b/net/ipv6/udplite.c index c5f5357d115d..710366c3f0a6 100644 --- a/net/ipv6/udplite.c +++ b/net/ipv6/udplite.c | |||
@@ -102,8 +102,10 @@ static struct udp_seq_afinfo udplite6_seq_afinfo = { | |||
102 | .name = "udplite6", | 102 | .name = "udplite6", |
103 | .family = AF_INET6, | 103 | .family = AF_INET6, |
104 | .hashtable = udplite_hash, | 104 | .hashtable = udplite_hash, |
105 | .seq_show = udp6_seq_show, | ||
106 | .seq_fops = &udplite6_seq_fops, | 105 | .seq_fops = &udplite6_seq_fops, |
106 | .seq_ops = { | ||
107 | .show = udp6_seq_show, | ||
108 | }, | ||
107 | }; | 109 | }; |
108 | 110 | ||
109 | static int udplite6_proc_init_net(struct net *net) | 111 | static int udplite6_proc_init_net(struct net *net) |