]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 31 May 2018 02:31:12 +0000 (02:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Jun 2018 14:36:31 +0000 (10:36 -0400)
commit734e4230fb34f9c5c8acf9fc28445ea9cf91f43e
tree5a1ba4a63e74edb5304718b08fcd2d308b463dbd
parent029a03d9995cc255fd02387baa10fdaa5fb68c15
net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() static

Fixes the following sparse warning:

drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c:199:6: warning:
 symbol 'mlx5_fpga_tls_send_teardown_cmd' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c