From: Eric Dumazet Date: Wed, 15 Jan 2014 00:31:46 +0000 (-0800) Subject: tcp: do not export tcp_gso_segment() and tcp_gro_receive() X-Git-Tag: v3.14-rc1~94^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53c7336007784e435fee830063d3262ae98cd31;p=pandora-kernel.git tcp: do not export tcp_gso_segment() and tcp_gro_receive() tcp_gso_segment() and tcp_gro_receive() no longer need to be exported. IPv4 and IPv6 offloads are statically linked. Note that tcp_gro_complete() is still used by bnx2x, unfortunately. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed