diff options
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; |