diff options
author | Jeevan Shriram <jshriram@codeaurora.org> | 2016-02-23 04:25:15 -0800 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:10:44 -0700 |
commit | 7fc60d089e84a540706f1d274eb93491391dfc8f (patch) | |
tree | cd7c10aa6ac1c4be5e581ecc6820c41bf5e49145 /net/ipv6/tcp_ipv6.c | |
parent | 7153bcf37857d845109911e939deb9e5e2778863 (diff) |
net: ipv6: remove duplicate declartion of structure
Remove duplicate decalaration and initialization of a structure
with conflicting types.
Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 069c61ea41bd..534530866595 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -1698,7 +1698,6 @@ static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i) const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; int rx_queue; int state; - struct fastopen_queue *fastopenq = icsk->icsk_accept_queue.fastopenq; __u8 state_seq = sp->sk_state; dest = &sp->sk_v6_daddr; |