diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index fe37309b66672..a0b312fa30471 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -3244,7 +3244,6 @@ int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb)
 	NAPI_GRO_CB(skb)->same_flow = 1;
 	return 0;
 }
-EXPORT_SYMBOL_GPL(skb_gro_receive);
 
 void __init skb_init(void)
 {