summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h
diff options
context:
space:
mode:
authorSaeed Mahameed <saeedm@nvidia.com>2021-02-09 14:41:05 -0800
committerSaeed Mahameed <saeedm@nvidia.com>2022-03-18 13:51:16 -0700
commit5dc2b581cd2cf518d28d0c703478a0c1fd54436c (patch)
tree62e69ce14a44dc74845a6f8c70a8dbd2052839dd /drivers/net/ethernet/mellanox/mlx5/core/en/qos.h
parent60796198b44ff8c2e3e513f794f96e89b513a64d (diff)
downloadlinux-5dc2b581cd2cf518d28d0c703478a0c1fd54436c.tar.bz2
net/mlx5e: HTB, remove unused function declaration
There is no function mlx5e_get_sq(), remove the declaration. Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: Moshe Tal <moshet@nvidia.com> Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com> Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/en/qos.h')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/en/qos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h b/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h
index b7558907ba20..5d9bd91d86c2 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);