projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc8913
)
gro: unexport tcp4_gro_receive and tcp4_gro_complete
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 31 Aug 2010 10:23:47 +0000
(10:23 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Aug 2010 20:37:07 +0000
(13:37 -0700)
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>
net/ipv4/tcp_ipv4.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_ipv4.c
b/net/ipv4/tcp_ipv4.c
index 020766292bb01009201ec11e60bb0e214854414c..a0232f3a358b2b8fc6cd98b96a98f6b5cc69f1f6 100644
(file)
--- 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",