]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58aaaefba69eda1f590531222116238b5bc6d062
tree0c0c4bca1b27dc667921f5cd23d322c658881487
parente538222ac691d551a880359fe2216929acf2d37f
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