projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbd7e2
)
[IPV6]: Unexport ip6_find_1stfragopt
author
Adrian Bunk
<bunk@kernel.org>
Fri, 29 Feb 2008 05:27:35 +0000
(21:27 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Feb 2008 05:27:35 +0000
(21:27 -0800)
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>
net/ipv6/ip6_output.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/ip6_output.c
b/net/ipv6/ip6_output.c
index 8b67ca07467d48e0bb3e62da1ae19d7a6d5b156e..a59d259cf97ead6919a8e745b63b649a32e1b91c 100644
(file)
--- 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 *))
{