udp: remove stray export symbol
authorWillem de Bruijn <willemb@google.com>
Fri, 27 Apr 2018 15:12:10 +0000 (11:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Apr 2018 00:32:39 +0000 (20:32 -0400)
commitaf201bab50a89aa6cf4df952b2c3bf55895c8eee
treeecf3349983887b66b02c847e0a423f14b14fe43a
parenta6dc6670cd7e0bba580026443cbf77fdd370c791
udp: remove stray export symbol

UDP GSO needs to export __udp_gso_segment to call it from ipv6.

I accidentally exported static ipv4 function __udp4_gso_segment.
Remove that EXPORT_SYMBOL_GPL.

Fixes: ee80d1ebe5ba ("udp: add udp gso")
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp_offload.c