]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5: Unexport functions that need not be exported
authorEli Cohen <eli@mellanox.com>
Wed, 8 Aug 2018 23:23:52 +0000 (16:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Aug 2018 02:34:55 +0000 (19:34 -0700)
commitd1fd79f34f2d56f969472d7285ea5239ab7b7bf0
tree9a84bc7b20cd857239feb12da75036a41eb618f1
parent29d8ebd44de8999e292dbb4de76744d4a41039ec
net/mlx5: Unexport functions that need not be exported

mlx5_query_vport_state() and mlx5_modify_vport_admin_state() are used
only from within mlx5_core  - unexport them.

Signed-off-by: Eli Cohen <eli@mellanox.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/vport.c