Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

RDMA/hfi1: Remove hfi1_create_qp declaration

The function isn't implemented - delete the declaration.

Link: https://lore.kernel.org/r/20200622094709.12981-1-kamalheib1@gmail.com
Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>

authored by

Kamal Heib and committed by
Jason Gunthorpe
d5fdffe2 90cdff90

-14
-14
drivers/infiniband/hw/hfi1/qp.h
··· 113 113 } 114 114 115 115 /** 116 - * hfi1_create_qp - create a queue pair for a device 117 - * @ibpd: the protection domain who's device we create the queue pair for 118 - * @init_attr: the attributes of the queue pair 119 - * @udata: user data for libibverbs.so 120 - * 121 - * Returns the queue pair on success, otherwise returns an errno. 122 - * 123 - * Called by the ib_create_qp() core verbs function. 124 - */ 125 - struct ib_qp *hfi1_create_qp(struct ib_pd *ibpd, 126 - struct ib_qp_init_attr *init_attr, 127 - struct ib_udata *udata); 128 - 129 - /** 130 116 * hfi1_qp_wakeup - wake up on the indicated event 131 117 * @qp: the QP 132 118 * @flag: flag the qp on which the qp is stalled