net/mlx5e: Make mlx5e_dcbnl_ops static
authorSaeed Mahameed <saeedm@mellanox.com>
Fri, 29 May 2020 07:36:10 +0000 (00:36 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 30 May 2020 04:20:23 +0000 (21:20 -0700)
commiteb24387183d37f2f4f456654ef92679b1556f8df
tree0c0c4bca1b27dc667921f5cd23d322c658881487
parent58ff18e12c9b3bb860b32e9cac4dc8e12aec2695
net/mlx5e: Make mlx5e_dcbnl_ops static

Fix sparse warning:
drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c:988:29:
error: symbol 'mlx5e_dcbnl_ops' was not declared. Should it be static?

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c