aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udplite.c
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-03-28 18:25:32 -0700
committerDavid S. Miller <davem@davemloft.net>2008-03-28 18:25:32 -0700
commit3ba9441bdf07370670a684e6d95dfc523476677f (patch)
treeec31a5f5c5e1fc0d807575c733a04d2adbf44c09 /net/ipv4/udplite.c
parent[UDP]: Cleanup /proc/udp[6] creation/removal. (diff)
downloadlinux-dev-3ba9441bdf07370670a684e6d95dfc523476677f.tar.xz
linux-dev-3ba9441bdf07370670a684e6d95dfc523476677f.zip
[UDP]: Place file operations directly into udp_seq_afinfo.
No need to have separate never-used variable. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udplite.c')
-rw-r--r--net/ipv4/udplite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/udplite.c b/net/ipv4/udplite.c
index 4add87553bce..148ae72af111 100644
--- a/net/ipv4/udplite.c
+++ b/net/ipv4/udplite.c
@@ -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,
},