]> Git Repo - linux.git/commit
ipv6: statically link register_inet6addr_notifier()
authorCong Wang <[email protected]>
Sun, 14 Apr 2013 15:18:43 +0000 (23:18 +0800)
committerDavid S. Miller <[email protected]>
Sun, 14 Apr 2013 19:24:17 +0000 (15:24 -0400)
commitf88c91ddba958e9a5dd4a5ee8c52a0faa790f586
tree768a7f6c5fa6bffa41fd1602cb21f6b455d8eb48
parent2e0cbf2cc2c9371f0aa198857d799175ffe231a6
ipv6: statically link register_inet6addr_notifier()

Tomas reported the following build error:

net/built-in.o: In function `ieee80211_unregister_hw':
(.text+0x10f0e1): undefined reference to `unregister_inet6addr_notifier'
net/built-in.o: In function `ieee80211_register_hw':
(.text+0x10f610): undefined reference to `register_inet6addr_notifier'
make: *** [vmlinux] Error 1

when built IPv6 as a module.

So we have to statically link these symbols.

Reported-by: Tomas Melin <[email protected]>
Cc: Tomas Melin <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: YOSHIFUJI Hidaki <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/addrconf.h
net/ipv6/addrconf.c
net/ipv6/addrconf_core.c
This page took 0.062187 seconds and 4 git commands to generate.