diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-22 08:05:40 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:23:36 -0400 |
commit | 7159039a128fa0a73ca7b532f6e1d30d9885277f (patch) | |
tree | 0d02459f9716d7fe5268c1bcbd9b1b9e531b882b /net/ipv6/ip6_output.c | |
parent | b558ff799977a4eda8b3823d1cf6c1c33becb671 (diff) |
[IPV6]: Decentralize EXPORT_SYMBOLs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 305516921aa8..0d60fbc59d8f 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -239,6 +239,8 @@ int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, | |||
239 | return -EMSGSIZE; | 239 | return -EMSGSIZE; |
240 | } | 240 | } |
241 | 241 | ||
242 | EXPORT_SYMBOL(ip6_xmit); | ||
243 | |||
242 | /* | 244 | /* |
243 | * To avoid extra problems ND packets are send through this | 245 | * To avoid extra problems ND packets are send through this |
244 | * routine. It's code duplication but I really want to avoid | 246 | * routine. It's code duplication but I really want to avoid |