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/icmp.c | |
parent | b558ff799977a4eda8b3823d1cf6c1c33becb671 (diff) |
[IPV6]: Decentralize EXPORT_SYMBOLs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r-- | net/ipv6/icmp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index edfe98bf64c3..a91dfbce8433 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -68,6 +68,7 @@ | |||
68 | #include <asm/system.h> | 68 | #include <asm/system.h> |
69 | 69 | ||
70 | DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6_statistics) __read_mostly; | 70 | DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6_statistics) __read_mostly; |
71 | EXPORT_SYMBOL(icmpv6_statistics); | ||
71 | 72 | ||
72 | /* | 73 | /* |
73 | * The ICMP socket(s). This is the most convenient way to flow control | 74 | * The ICMP socket(s). This is the most convenient way to flow control |
@@ -466,6 +467,8 @@ out: | |||
466 | icmpv6_xmit_unlock(); | 467 | icmpv6_xmit_unlock(); |
467 | } | 468 | } |
468 | 469 | ||
470 | EXPORT_SYMBOL(icmpv6_send); | ||
471 | |||
469 | static void icmpv6_echo_reply(struct sk_buff *skb) | 472 | static void icmpv6_echo_reply(struct sk_buff *skb) |
470 | { | 473 | { |
471 | struct sock *sk; | 474 | struct sock *sk; |
@@ -865,6 +868,8 @@ int icmpv6_err_convert(int type, int code, int *err) | |||
865 | return fatal; | 868 | return fatal; |
866 | } | 869 | } |
867 | 870 | ||
871 | EXPORT_SYMBOL(icmpv6_err_convert); | ||
872 | |||
868 | #ifdef CONFIG_SYSCTL | 873 | #ifdef CONFIG_SYSCTL |
869 | ctl_table ipv6_icmp_table[] = { | 874 | ctl_table ipv6_icmp_table[] = { |
870 | { | 875 | { |