net: igmp: make function __ip_mc_inc_group() static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 25 Jul 2018 06:06:13 +0000 (06:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jul 2018 23:36:57 +0000 (16:36 -0700)
commitb87bac1012c483462e7776c7b7320b659dbb3295
tree69425089bf7ec1fb084de1bf7f03c5ffc2711d97
parent9aee40006190a3cda9a4d2dbae71e92617c8c362
net: igmp: make function __ip_mc_inc_group() static

Fixes the following sparse warnings:

net/ipv4/igmp.c:1391:6: warning:
 symbol '__ip_mc_inc_group' was not declared. Should it be static?

Fixes: 6e2059b53f98 ("ipv4/igmp: init group mode as INCLUDE when join source group")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c