net/mlx5: FPGA, make mlx5_fpga_device_brb static
authorIlan Tayari <ilant@mellanox.com>
Sun, 2 Jul 2017 11:36:57 +0000 (14:36 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 6 Jul 2017 12:13:20 +0000 (15:13 +0300)
commitc8af01692e4950504fb2e5c65ca87acbe73027cb
tree868baacd0bfa14c8a34881a89ed3b119ca334235
parent5dfd87b67cd98375896890e01437edefeb45a707
net/mlx5: FPGA, make mlx5_fpga_device_brb static

Fix warning when building with -Wall:
drivers/net/ethernet/mellanox/mlx5/core/fpga/core.c:105:5: warning: symbol 'mlx5_fpga_device_brb' was not declared. Should it be static?

Fixes: c43051d72a8d ("net/mlx5: FPGA, Add SBU bypass and reset flows")
Reported-by: Or Gerlitz <gerlitz.or@gmail.com>
Signed-off-by: Ilan Tayari <ilant@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/fpga/core.c