diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-08-31 06:23:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-31 16:37:07 -0400 |
commit | 1639ab6f7831f056286c64d98e8e5eb04e3bacac (patch) | |
tree | 53a8b14e1fc6117bdffff63bafdab2524dce50c9 /net/ipv4 | |
parent | 4dc89133f49b8cfd77ba7e83f5960aed63aaa99e (diff) |
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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 020766292bb0..a0232f3a358b 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) | |||
2571 | 2571 | ||
2572 | return tcp_gro_receive(head, skb); | 2572 | return tcp_gro_receive(head, skb); |
2573 | } | 2573 | } |
2574 | EXPORT_SYMBOL(tcp4_gro_receive); | ||
2575 | 2574 | ||
2576 | int tcp4_gro_complete(struct sk_buff *skb) | 2575 | int tcp4_gro_complete(struct sk_buff *skb) |
2577 | { | 2576 | { |
@@ -2584,7 +2583,6 @@ int tcp4_gro_complete(struct sk_buff *skb) | |||
2584 | 2583 | ||
2585 | return tcp_gro_complete(skb); | 2584 | return tcp_gro_complete(skb); |
2586 | } | 2585 | } |
2587 | EXPORT_SYMBOL(tcp4_gro_complete); | ||
2588 | 2586 | ||
2589 | struct proto tcp_prot = { | 2587 | struct proto tcp_prot = { |
2590 | .name = "TCP", | 2588 | .name = "TCP", |