net/mlx5e: Make function mlx5i_grp_sw_update_stats() static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 5 Sep 2018 11:16:02 +0000 (11:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Sep 2018 15:06:13 +0000 (08:06 -0700)
commitfbb66ad5dcbebc1bb9330acfbd684df06e016d56
tree4d25ada012f12354ec9f9518a12ea2b57fb2930b
parent579d03fecb23858e5070ea168e38442ccef80a9d
net/mlx5e: Make function mlx5i_grp_sw_update_stats() static

Fixes the following sparse warning:

drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c:119:6: warning:
 symbol 'mlx5i_grp_sw_update_stats' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c