Re: [PATCH -next] RDMA/mlx5: Remove two unused declarations
From: Jason Gunthorpe
Date: Mon Aug 19 2024 - 14:33:53 EST
On Fri, Aug 16, 2024 at 06:13:58PM +0800, Yue Haibing wrote:
> Commit e6fb246ccafb ("RDMA/mlx5: Consolidate MR destruction to
> mlx5_ib_dereg_mr()") removed mlx5_ib_free_implicit_mr() but leave
> the declaration. And commit d98995b4bf98 ("net/mlx5: Reimplement
> write combining test") leave mlx5_ib_test_wc().
>
> Signed-off-by: Yue Haibing <yuehaibing@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx5/mlx5_ib.h | 3 ---
> 1 file changed, 3 deletions(-)
Applied to for-next, thanks
Jason