net: do not export skb_gro_receive()
authorEric Dumazet <edumazet@google.com>
Thu, 2 Oct 2014 14:38:46 +0000 (07:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 22:54:30 +0000 (15:54 -0700)
commit01291202ed4ad548f9a7147d20425cb1d24f49a7
treeae1a957792f384c897657937b9ec0d49a2ce60b7
parentad2a2a6d7c4a59240dc67eb757e1986f3f1ef515
net: do not export skb_gro_receive()

skb_gro_receive() is only called from tcp_gro_receive() which is
not in a module.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c