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)
commit3699067381a2a518b32c44411a020b007d057417
treebcffa0a55462a6f8eb24f44b1bb09fcfcbfab132
parent7d18f114897ff4358419b14d551e704a4299a440
tcp: Unexport TCPv6 GRO functions

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