diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 292a8e80bdfaa8242240ace8ee6b35e51d541239..a844738b38bd4ebd33a7797fd2e6df0d1184efce 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -3224,7 +3224,7 @@ static const struct fib_notifier_ops ipmr_notifier_ops_template = { .owner = THIS_MODULE, }; -int __net_init ipmr_notifier_init(struct net *net) +static int __net_init ipmr_notifier_init(struct net *net) { struct fib_notifier_ops *ops;