struct rxe_pool_elem field list is not used. This patch removes it. Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> --- drivers/infiniband/sw/rxe/rxe_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/infiniband/sw/rxe/rxe_pool.h b/drivers/infiniband/sw/rxe/rxe_pool.h index efef4b05d1ed..daef1ed72722 100644 --- a/drivers/infiniband/sw/rxe/rxe_pool.h +++ b/drivers/infiniband/sw/rxe/rxe_pool.h @@ -23,7 +23,6 @@ struct rxe_pool_elem { struct rxe_pool *pool; void *obj; struct kref ref_cnt; - struct list_head list; struct completion complete; struct rcu_head rcu; u32 index; -- 2.39.2