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 5adf651d0721..491efd00a866 100644 --- a/net/ipv6/udplite.c +++ b/net/ipv6/udplite.c | |||
@@ -97,10 +97,12 @@ void udplitev6_exit(void) | |||
97 | 97 | ||
98 | #ifdef CONFIG_PROC_FS | 98 | #ifdef CONFIG_PROC_FS |
99 | static struct udp_seq_afinfo udplite6_seq_afinfo = { | 99 | static struct udp_seq_afinfo udplite6_seq_afinfo = { |
100 | .owner = THIS_MODULE, | ||
101 | .name = "udplite6", | 100 | .name = "udplite6", |
102 | .family = AF_INET6, | 101 | .family = AF_INET6, |
103 | .hashtable = udplite_hash, | 102 | .hashtable = udplite_hash, |
103 | .seq_fops = { | ||
104 | .owner = THIS_MODULE, | ||
105 | }, | ||
104 | .seq_ops = { | 106 | .seq_ops = { |
105 | .show = udp6_seq_show, | 107 | .show = udp6_seq_show, |
106 | }, | 108 | }, |