X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Finfiniband%2Fhw%2Fhfi1%2Fqp.h;h=6fe542b6a92751863cd6385be0fe0654a346f08f;hb=0f4d027c3b4240ecb314daa948238d459fdc3a00;hp=1eb9cd7b8c1973da834ed36ea42e7ae61a524c17;hpb=a32f80b30dae067357f96bc2a7f977e8a91b45ed;p=karo-tx-linux.git diff --git a/drivers/infiniband/hw/hfi1/qp.h b/drivers/infiniband/hw/hfi1/qp.h index 1eb9cd7b8c19..6fe542b6a927 100644 --- a/drivers/infiniband/hw/hfi1/qp.h +++ b/drivers/infiniband/hw/hfi1/qp.h @@ -123,8 +123,7 @@ void hfi1_migrate_qp(struct rvt_qp *qp); /* * Functions provided by hfi1 driver for rdmavt to use */ -void *qp_priv_alloc(struct rvt_dev_info *rdi, struct rvt_qp *qp, - gfp_t gfp); +void *qp_priv_alloc(struct rvt_dev_info *rdi, struct rvt_qp *qp); void qp_priv_free(struct rvt_dev_info *rdi, struct rvt_qp *qp); unsigned free_all_qps(struct rvt_dev_info *rdi); void notify_qp_reset(struct rvt_qp *qp);