commit | 7159039a128fa0a73ca7b532f6e1d30d9885277f | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Feb 22 22:05:40 2007 +0900 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:23:36 2007 -0700 |
tree | 0d02459f9716d7fe5268c1bcbd9b1b9e531b882b | |
parent | b558ff799977a4eda8b3823d1cf6c1c33becb671 [diff] [blame] |
[IPV6]: Decentralize EXPORT_SYMBOLs. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 8e4170f..c52e9d6 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c
@@ -23,6 +23,8 @@ return ip6_find_1stfragopt(skb, prevhdr); } +EXPORT_SYMBOL(xfrm6_find_1stfragopt); + static int xfrm6_tunnel_check_size(struct sk_buff *skb) { int mtu, ret = 0;