]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/udplite.c
[UDP]: Place file operations directly into udp_seq_afinfo.
[karo-tx-linux.git] / net / ipv4 / udplite.c
index 4add87553bcef3db8ac39e3fefde3986954065e7..148ae72af111550ddeeb8cfa833c8b4397f849a4 100644 (file)
@@ -71,13 +71,11 @@ static struct inet_protosw udplite4_protosw = {
 };
 
 #ifdef CONFIG_PROC_FS
-static struct file_operations udplite4_seq_fops;
 static struct udp_seq_afinfo udplite4_seq_afinfo = {
        .owner          = THIS_MODULE,
        .name           = "udplite",
        .family         = AF_INET,
        .hashtable      = udplite_hash,
-       .seq_fops       = &udplite4_seq_fops,
        .seq_ops        = {
                .show           = udp4_seq_show,
        },