]> err.no Git - linux-2.6/blobdiff - net/ipv6/udplite.c
[IPV6]: Simplify IPv6 control sockets creation.
[linux-2.6] / net / ipv6 / udplite.c
index 710366c3f0a6e46f030e869a51b777898beab146..491efd00a86671af20bf607b85f63869b11881ac 100644 (file)
@@ -96,13 +96,13 @@ void udplitev6_exit(void)
 }
 
 #ifdef CONFIG_PROC_FS
-static struct file_operations udplite6_seq_fops;
 static struct udp_seq_afinfo udplite6_seq_afinfo = {
-       .owner          = THIS_MODULE,
        .name           = "udplite6",
        .family         = AF_INET6,
        .hashtable      = udplite_hash,
-       .seq_fops       = &udplite6_seq_fops,
+       .seq_fops       = {
+               .owner  =       THIS_MODULE,
+       },
        .seq_ops        = {
                .show           = udp6_seq_show,
        },