summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/ipath/ipath_verbs.h
diff options
context:
space:
mode:
authorSagi Grimberg <sagig@mellanox.com>2015-10-29 17:33:32 +0200
committerDoug Ledford <dledford@redhat.com>2015-10-29 11:42:45 -0400
commit5eae15927b3bccca6497506c8da38895da029b98 (patch)
tree15636d84eeaa7e64c6f14372e5c853c77169fe89 /drivers/staging/rdma/ipath/ipath_verbs.h
parent349abd059ed195c75b5f787102a333a4dae10775 (diff)
downloadlinux-stable-5eae15927b3bccca6497506c8da38895da029b98.tar.gz
linux-stable-5eae15927b3bccca6497506c8da38895da029b98.tar.bz2
linux-stable-5eae15927b3bccca6497506c8da38895da029b98.zip
IB/ipath: Remove fast registration from the code
The driver does not support it anyway, and the support should be added to a generic layer shared by both hfi1, qib and softroce drivers. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/ipath/ipath_verbs.h')
-rw-r--r--drivers/staging/rdma/ipath/ipath_verbs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rdma/ipath/ipath_verbs.h b/drivers/staging/rdma/ipath/ipath_verbs.h
index ed102a26ec08..0a90a56870ab 100644
--- a/drivers/staging/rdma/ipath/ipath_verbs.h
+++ b/drivers/staging/rdma/ipath/ipath_verbs.h
@@ -280,7 +280,6 @@ struct ipath_swqe {
union {
struct ib_send_wr wr; /* don't use wr.sg_list */
struct ib_ud_wr ud_wr;
- struct ib_fast_reg_wr fast_reg_wr;
struct ib_rdma_wr rdma_wr;
struct ib_atomic_wr atomic_wr;
};