Re: [PATCH] ipv6: include for missing declarations

2019-10-22 Thread Jakub Kicinski
On Tue, 22 Oct 2019 15:44:40 +0100, Ben Dooks (Codethink) wrote: > Include for the missing declarations of > various functions. Fixes the following sparse warnings: > > net/ipv6/addrconf_core.c:94:5: warning: symbol 'register_inet6addr_notifier' > was not declared. Should it be static? >

[PATCH] ipv6: include for missing declarations

2019-10-22 Thread Ben Dooks (Codethink)
Include for the missing declarations of various functions. Fixes the following sparse warnings: net/ipv6/addrconf_core.c:94:5: warning: symbol 'register_inet6addr_notifier' was not declared. Should it be static? net/ipv6/addrconf_core.c:100:5: warning: symbol 'unregister_inet6addr_notifier'