Commit ad1f18e9 authored by Simon Horman's avatar Simon Horman Committed by Paolo Abeni
Browse files

net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}



These functions were recently removed by commit 24cf78c7
("net/mlx5e: SHAMPO, Switch to header memcpy"), however,
their declarations were left behind.

This patch removes those declarations.

Flagged by review-prompts while I was exercising Orc mode locally.
Compile tested only.

Signed-off-by: default avatarSimon Horman <horms@kernel.org>
Reviewed-by: default avatarJoe Damato <joe@dama.to>
Reviewed-by: default avatarTariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20260206-shampo-v1-1-75b20c6657e5@kernel.org


Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent c22ba07c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1034,8 +1034,6 @@ void mlx5e_build_ptys2ethtool_map(void);
bool mlx5e_check_fragmented_striding_rq_cap(struct mlx5_core_dev *mdev, u8 page_shift,
					    enum mlx5e_mpwrq_umr_mode umr_mode);

void mlx5e_shampo_fill_umr(struct mlx5e_rq *rq, int len);
void mlx5e_shampo_dealloc_hd(struct mlx5e_rq *rq);
void mlx5e_get_stats(struct net_device *dev, struct rtnl_link_stats64 *stats);
void mlx5e_fold_sw_stats64(struct mlx5e_priv *priv, struct rtnl_link_stats64 *s);