aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-02-22 22:05:40 +0900
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-25 22:23:36 -0700
commit7159039a128fa0a73ca7b532f6e1d30d9885277f (patch)
tree0d02459f9716d7fe5268c1bcbd9b1b9e531b882b /net/ipv6/exthdrs.c
parentb558ff799977a4eda8b3823d1cf6c1c33becb671 (diff)
downloadkernel_samsung_smdk4412-7159039a128fa0a73ca7b532f6e1d30d9885277f.zip
kernel_samsung_smdk4412-7159039a128fa0a73ca7b532f6e1d30d9885277f.tar.gz
kernel_samsung_smdk4412-7159039a128fa0a73ca7b532f6e1d30d9885277f.tar.bz2
[IPV6]: Decentralize EXPORT_SYMBOLs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/exthdrs.c')
-rw-r--r--net/ipv6/exthdrs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index a963a31..bcc4820 100644
--- a/net/ipv6/exthdrs.c
+++ b/net/ipv6/exthdrs.c
@@ -810,6 +810,8 @@ void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt);
}
+EXPORT_SYMBOL(ipv6_push_nfrag_opts);
+
void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto)
{
if (opt->dst1opt)