From: Saeed Mahameed Date: Tue, 9 Feb 2021 22:41:05 +0000 (-0800) Subject: net/mlx5e: HTB, remove unused function declaration X-Git-Tag: v5.18-rc1~136^2~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dc2b581cd2cf518d28d0c703478a0c1fd54436c;p=thirdparty%2Flinux.git net/mlx5e: HTB, remove unused function declaration There is no function mlx5e_get_sq(), remove the declaration. Signed-off-by: Saeed Mahameed Signed-off-by: Moshe Tal Reviewed-by: Maxim Mikityanskiy Reviewed-by: Tariq Toukan --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h b/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h index b7558907ba208..5d9bd91d86c22 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h @@ -18,7 +18,6 @@ int mlx5e_qos_cur_leaf_nodes(struct mlx5e_priv *priv); /* TX datapath API */ int mlx5e_get_txq_by_classid(struct mlx5e_priv *priv, u16 classid); -struct mlx5e_txqsq *mlx5e_get_sq(struct mlx5e_priv *priv, int qid); /* SQ lifecycle */ int mlx5e_qos_open_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs);