Ver Fonte

[IPV6]: Unexport ip6_find_1stfragopt

This patch removes the no longer used 
EXPORT_SYMBOL_GPL(ip6_find_1stfragopt).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Adrian Bunk há 17 anos atrás
pai
commit
1e04d53070
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      net/ipv6/ip6_output.c

+ 0 - 1
net/ipv6/ip6_output.c

@@ -596,7 +596,6 @@ int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr)
 
 	return offset;
 }
-EXPORT_SYMBOL_GPL(ip6_find_1stfragopt);
 
 static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
 {