netinet6: Use proper prototype for SYSINIT functions

MFC after:	1 week

(cherry picked from commit d4a80fa271b148b269869e5ca34e1861d9fcdfb0)
This commit is contained in:
Zhenlei Huang 2025-10-13 18:12:33 +08:00
parent 5b41be5cc0
commit cfc237162c

View file

@ -351,7 +351,7 @@ struct fib_lookup_module flm_radix6 = {
};
static void
fib6_algo_init(void)
fib6_algo_init(void *dummy __unused)
{
fib_module_register(&flm_radix6_lockless);