diff options
Diffstat (limited to 'net/ipv4/udplite.c')
-rw-r--r-- | net/ipv4/udplite.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv4/udplite.c b/net/ipv4/udplite.c index 148ae72af111..72ce26b6c4d3 100644 --- a/net/ipv4/udplite.c +++ b/net/ipv4/udplite.c | |||
@@ -72,10 +72,12 @@ static struct inet_protosw udplite4_protosw = { | |||
72 | 72 | ||
73 | #ifdef CONFIG_PROC_FS | 73 | #ifdef CONFIG_PROC_FS |
74 | static struct udp_seq_afinfo udplite4_seq_afinfo = { | 74 | static struct udp_seq_afinfo udplite4_seq_afinfo = { |
75 | .owner = THIS_MODULE, | ||
76 | .name = "udplite", | 75 | .name = "udplite", |
77 | .family = AF_INET, | 76 | .family = AF_INET, |
78 | .hashtable = udplite_hash, | 77 | .hashtable = udplite_hash, |
78 | .seq_fops = { | ||
79 | .owner = THIS_MODULE, | ||
80 | }, | ||
79 | .seq_ops = { | 81 | .seq_ops = { |
80 | .show = udp4_seq_show, | 82 | .show = udp4_seq_show, |
81 | }, | 83 | }, |