From: Eric Dumazet Date: Tue, 31 Aug 2010 10:23:47 +0000 (+0000) Subject: gro: unexport tcp4_gro_receive and tcp4_gro_complete X-Git-Tag: v2.6.37-rc1~147^2~619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1639ab6f7831f056286c64d98e8e5eb04e3bacac;p=platform%2Fkernel%2Flinux-exynos.git gro: unexport tcp4_gro_receive and tcp4_gro_complete tcp4_gro_receive() and tcp4_gro_complete() dont need to be exported. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 0207662..a0232f3 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -2571,7 +2571,6 @@ struct sk_buff **tcp4_gro_receive(struct sk_buff **head, struct sk_buff *skb) return tcp_gro_receive(head, skb); } -EXPORT_SYMBOL(tcp4_gro_receive); int tcp4_gro_complete(struct sk_buff *skb) { @@ -2584,7 +2583,6 @@ int tcp4_gro_complete(struct sk_buff *skb) return tcp_gro_complete(skb); } -EXPORT_SYMBOL(tcp4_gro_complete); struct proto tcp_prot = { .name = "TCP",