diff options
author | 2021-02-09 14:41:05 -0800 | |
---|---|---|
committer | 2022-03-18 13:51:16 -0700 | |
commit | 5dc2b581cd2cf518d28d0c703478a0c1fd54436c (patch) | |
tree | 62e69ce14a44dc74845a6f8c70a8dbd2052839dd | |
parent | net/mlx5e: Statify function mlx5_cmd_trigger_completions (diff) | |
download | wireguard-linux-5dc2b581cd2cf518d28d0c703478a0c1fd54436c.tar.xz wireguard-linux-5dc2b581cd2cf518d28d0c703478a0c1fd54436c.zip |
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>
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/en/qos.h | 1 |
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); |