[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1412260726.16704.99.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Thu, 02 Oct 2014 07:38:46 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>
Subject: [PATCH net-next] net: do not export skb_gro_receive()
From: Eric Dumazet <edumazet@...gle.com>
skb_gro_receive() is only called from tcp_gro_receive() which is
not in a module.
Signed-off-by: Eric Dumazet <edumazet@...gle.com>
---
net/core/skbuff.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index f77e64873caf..a1925c727c67 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -3241,7 +3241,6 @@ done:
NAPI_GRO_CB(skb)->same_flow = 1;
return 0;
}
-EXPORT_SYMBOL_GPL(skb_gro_receive);
void __init skb_init(void)
{
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists