From: David S. Miller Date: Mon, 23 Apr 2012 07:21:58 +0000 (-0400) Subject: tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation. X-Git-Tag: v3.5-rc1~109^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac807fa8e625aff58060876d70298c93a59c4252;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed