From: Adrian Bunk Date: Fri, 29 Feb 2008 05:27:35 +0000 (-0800) Subject: [IPV6]: Unexport ip6_find_1stfragopt X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1e04d530705280770e003ac8db516722cca54758;p=linux-beck.git [IPV6]: Unexport ip6_find_1stfragopt This patch removes the no longer used EXPORT_SYMBOL_GPL(ip6_find_1stfragopt). Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 8b67ca07467d..a59d259cf97e 100644 --- a/net/ipv6/ip6_output.c +++ b/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 *)) {