diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-23 03:21:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-23 03:21:58 -0400 |
commit | ac807fa8e625aff58060876d70298c93a59c4252 (patch) | |
tree | 286eb33f1eac8342857555909f03fcd930883947 /drivers/net | |
parent | cd754a574596ecc321b9a14fda24a82cce4b0d1d (diff) | |
download | blackbird-op-linux-ac807fa8e625aff58060876d70298c93a59c4252.tar.gz blackbird-op-linux-ac807fa8e625aff58060876d70298c93a59c4252.zip |
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
net/ipv4/tcp_ipv4.c: In function 'tcp_v4_init_sock':
net/ipv4/tcp_ipv4.c:1891:19: warning: unused variable 'tp' [-Wunused-variable]
net/ipv6/tcp_ipv6.c: In function 'tcp_v6_init_sock':
net/ipv6/tcp_ipv6.c:1836:19: warning: unused variable 'tp' [-Wunused-variable]
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions