diff options
author | Denis V. Lunev <den@openvz.org> | 2008-03-28 18:25:53 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-28 18:25:53 -0700 |
commit | 4ad96d39a2d74c1b2e400b602da2594f5098fc26 (patch) | |
tree | 570666522e544892feba440728a59f336e13c3dd /include | |
parent | 3ba9441bdf07370670a684e6d95dfc523476677f (diff) |
[UDP]: Remove owner from udp_seq_afinfo.
Move it to udp_seq_afinfo->seq_fops as should be.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/udp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index 5cf0e593dda7..24a41fa31641 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -185,7 +185,6 @@ DECLARE_SNMP_STAT(struct udp_mib, udplite_stats_in6); /* /proc */ struct udp_seq_afinfo { - struct module *owner; char *name; sa_family_t family; struct hlist_head *hashtable; |