diff options
author | Denis V. Lunev <den@openvz.org> | 2008-04-14 01:13:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-14 01:13:53 -0400 |
commit | 5f4472c5a640c9671ca5becaebdfd6e651482176 (patch) | |
tree | e4efabf6e55c820968facc5c1c9fe5d469e5046b /include/net/tcp.h | |
parent | 68fcadd16c371d5e0698ba366f33a4f990ce83ce (diff) |
[TCP]: Remove owner from tcp_seq_afinfo.
Move it to tcp_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/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 93479ebf3e33..58d82822414d 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1325,7 +1325,6 @@ enum tcp_seq_states { | |||
1325 | }; | 1325 | }; |
1326 | 1326 | ||
1327 | struct tcp_seq_afinfo { | 1327 | struct tcp_seq_afinfo { |
1328 | struct module *owner; | ||
1329 | char *name; | 1328 | char *name; |
1330 | sa_family_t family; | 1329 | sa_family_t family; |
1331 | struct file_operations seq_fops; | 1330 | struct file_operations seq_fops; |