Re: [PATCH -next] RDMA/hns: Remove unused function declarations

From: Jason Gunthorpe
Date: Mon Jul 31 2023 - 14:28:12 EST


On Mon, Jul 31, 2023 at 09:59:16PM +0800, Yue Haibing wrote:
> commit b16f8188472e ("RDMA/hns: Refactor eq code for hip06")
> left behind hns_roce_cleanup_eq_table().
> And commit 773f841ab1ae ("RDMA/hns: Avoid filling sgid index when modifying QP to RTR")
> leave hns_get_gid_index() unused.
>
> Signed-off-by: Yue Haibing <yuehaibing@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/hns/hns_roce_device.h | 2 --
> 1 file changed, 2 deletions(-)

Applied to for-next, thanks

Jason