diff options
author | Denis V. Lunev <den@openvz.org> | 2008-03-28 21:25:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-28 21:25:53 -0400 |
commit | 4ad96d39a2d74c1b2e400b602da2594f5098fc26 (patch) | |
tree | 570666522e544892feba440728a59f336e13c3dd /include/net/udp.h | |
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/net/udp.h')
-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); | |||
185 | 185 | ||
186 | /* /proc */ | 186 | /* /proc */ |
187 | struct udp_seq_afinfo { | 187 | struct udp_seq_afinfo { |
188 | struct module *owner; | ||
189 | char *name; | 188 | char *name; |
190 | sa_family_t family; | 189 | sa_family_t family; |
191 | struct hlist_head *hashtable; | 190 | struct hlist_head *hashtable; |