Skip to content

Commit fc3bf30

Browse files
zhangshkjgunthorpe
authored andcommitted
RDMA/irdma: Remove the repeated declaration
Functions 'irdma_alloc_ws_node_id' and 'irdma_free_ws_node_id' are declared twice, so remove the repeated declaration. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Shaokun Zhang <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 5f5a650 commit fc3bf30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/infiniband/hw/irdma/protos.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ void irdma_qp_rem_qos(struct irdma_sc_qp *qp);
7171
struct irdma_sc_qp *irdma_get_qp_from_list(struct list_head *head,
7272
struct irdma_sc_qp *qp);
7373
void irdma_reinitialize_ieq(struct irdma_sc_vsi *vsi);
74-
u16 irdma_alloc_ws_node_id(struct irdma_sc_dev *dev);
75-
void irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id);
7674
/* terminate functions*/
7775
void irdma_terminate_send_fin(struct irdma_sc_qp *qp);
7876

0 commit comments

Comments
 (0)