1
0
Fork 0

[IPV6]: Fix __ipv6_addr_type() export in correct place.

It needs to be in net/ipv6/addrconf_core.c

Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
David S. Miller 2007-02-21 23:26:56 -08:00
parent 8030f54499
commit 7401055b58
2 changed files with 1 additions and 1 deletions

View File

@ -72,4 +72,5 @@ int __ipv6_addr_type(const struct in6_addr *addr)
return (IPV6_ADDR_RESERVED |
IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_GLOBAL)); /* addr-select 3.4 */
}
EXPORT_SYMBOL(__ipv6_addr_type);

View File

@ -6,7 +6,6 @@
#include <net/ip6_route.h>
#include <net/xfrm.h>
EXPORT_SYMBOL(__ipv6_addr_type);
EXPORT_SYMBOL(icmpv6_send);
EXPORT_SYMBOL(icmpv6_statistics);
EXPORT_SYMBOL(icmpv6_err_convert);