IB/rdmavt: Remove unused variable from Queue Pair
authorIra Weiny <ira.weiny@intel.com>
Fri, 22 Jan 2016 21:04:32 +0000 (13:04 -0800)
committerDoug Ledford <dledford@redhat.com>
Fri, 11 Mar 2016 01:37:26 +0000 (20:37 -0500)
s_sde should be in the low level driver QP private data.

Remove the definition from rvt_qp.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
include/rdma/rdmavt_qp.h

index a97b95b..f0e2426 100644 (file)
@@ -304,7 +304,6 @@ struct rvt_qp {
        struct rvt_swqe *s_wqe;
        struct rvt_sge_state s_sge;     /* current send request data */
        struct rvt_mregion *s_rdma_mr;
-       struct sdma_engine *s_sde; /* current sde */
        u32 s_cur_size;         /* size of send packet in bytes */
        u32 s_len;              /* total length of s_sge */
        u32 s_rdma_read_len;    /* total length of s_rdma_read_sge */