]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/udplite.c
module: be more picky about allowing missing module versions
[linux-2.6-omap-h63xx.git] / net / ipv4 / udplite.c
index 148ae72af111550ddeeb8cfa833c8b4397f849a4..72ce26b6c4d337b10533b95db0577a9c184cede3 100644 (file)
@@ -72,10 +72,12 @@ static struct inet_protosw udplite4_protosw = {
 
 #ifdef CONFIG_PROC_FS
 static struct udp_seq_afinfo udplite4_seq_afinfo = {
-       .owner          = THIS_MODULE,
        .name           = "udplite",
        .family         = AF_INET,
        .hashtable      = udplite_hash,
+       .seq_fops       = {
+               .owner  =       THIS_MODULE,
+       },
        .seq_ops        = {
                .show           = udp4_seq_show,
        },