diff options
Diffstat (limited to 'net/ipv6/ip6mr.c')
| -rw-r--r-- | net/ipv6/ip6mr.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 82a809901f8..705c8288628 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c @@ -1354,7 +1354,8 @@ int __init ip6_mr_init(void)  		goto add_proto_fail;  	}  #endif -	rtnl_register(RTNL_FAMILY_IP6MR, RTM_GETROUTE, NULL, ip6mr_rtm_dumproute); +	rtnl_register(RTNL_FAMILY_IP6MR, RTM_GETROUTE, NULL, +		      ip6mr_rtm_dumproute, NULL);  	return 0;  #ifdef CONFIG_IPV6_PIMSM_V2  add_proto_fail:  |