diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-28 21:27:35 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-28 21:27:35 -0800 |
commit | 1e04d530705280770e003ac8db516722cca54758 (patch) | |
tree | e3dca8f29fc7e75b89ff82e4368d6e47505ebbd2 | |
parent | 5fbd7e24da874a1c7b06ae6b10bbf2d71c1b6a11 (diff) | |
download | op-kernel-dev-1e04d530705280770e003ac8db516722cca54758.zip op-kernel-dev-1e04d530705280770e003ac8db516722cca54758.tar.gz |
[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>
-rw-r--r-- | net/ipv6/ip6_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 8b67ca0..a59d259 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 *)) { |