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/ndisc.c | |
parent | b558ff799977a4eda8b3823d1cf6c1c33becb671 (diff) |
[IPV6]: Decentralize EXPORT_SYMBOLs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/ndisc.c')
-rw-r--r-- | net/ipv6/ndisc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 121f31c283f8..886c5be14906 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c | |||
@@ -319,6 +319,8 @@ int ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int d | |||
319 | return -EINVAL; | 319 | return -EINVAL; |
320 | } | 320 | } |
321 | 321 | ||
322 | EXPORT_SYMBOL(ndisc_mc_map); | ||
323 | |||
322 | static u32 ndisc_hash(const void *pkey, const struct net_device *dev) | 324 | static u32 ndisc_hash(const void *pkey, const struct net_device *dev) |
323 | { | 325 | { |
324 | const u32 *p32 = pkey; | 326 | const u32 *p32 = pkey; |