tcp: Unexport TCPv6 GRO functions
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 May 2009 07:45:28 +0000 (00:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2009 07:45:28 +0000 (00:45 -0700)
Sinec the TCPv6 GRO functions are used in the same file where
they are defined, we do not need to export them.  This was a
cut-n-paste from the IPv4 code which does need to export them.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c

Simple merge