Re: [PATCH rdma-next] RDMA/mlx5: Delete get_num_static_uars function

From: Jason Gunthorpe
Date: Fri Jan 28 2022 - 12:05:21 EST


On Sun, Jan 23, 2022 at 08:00:48PM +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@xxxxxxxxxx>
>
> There is no need to keep get_num_static_uars in the headers file
> as it is not shared and used only once.
>
> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx5/mlx5_ib.h | 6 ------
> drivers/infiniband/hw/mlx5/qp.c | 3 ++-
> 2 files changed, 2 insertions(+), 7 deletions(-)

Applied to for-next, thanks

Jason