Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1fd79f3 authored by Eli Cohen's avatar Eli Cohen Committed by David S. Miller
Browse files

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: default avatarEli Cohen <eli@mellanox.com>
Reviewed-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 29d8ebd4
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -62,7 +62,6 @@ u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport)


	return MLX5_GET(query_vport_state_out, out, state);
	return MLX5_GET(query_vport_state_out, out, state);
}
}
EXPORT_SYMBOL_GPL(mlx5_query_vport_state);


int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
				  u16 vport, u8 state)
				  u16 vport, u8 state)
@@ -80,7 +79,6 @@ int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,


	return mlx5_cmd_exec(mdev, in, sizeof(in), out, sizeof(out));
	return mlx5_cmd_exec(mdev, in, sizeof(in), out, sizeof(out));
}
}
EXPORT_SYMBOL_GPL(mlx5_modify_vport_admin_state);


static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport,
static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport,
					u32 *out, int outlen)
					u32 *out, int outlen)