diff options
author | Ira Weiny <ira.weiny@intel.com> | 2016-01-22 22:04:32 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 02:37:26 +0100 |
commit | 2b047ea7a3ceef0322e666782e0a82e98424f6f1 (patch) | |
tree | 5df03e3667e6549714dd0be75da0f4a0fc205e9f /include/rdma | |
parent | IB/rdmavt: Add misc dev register functionality (diff) | |
download | linux-2b047ea7a3ceef0322e666782e0a82e98424f6f1.tar.xz linux-2b047ea7a3ceef0322e666782e0a82e98424f6f1.zip |
IB/rdmavt: Remove unused variable from Queue Pair
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>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/rdmavt_qp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdmavt_qp.h b/include/rdma/rdmavt_qp.h index a97b95ba893f..f0e24266bdb4 100644 --- a/include/rdma/rdmavt_qp.h +++ b/include/rdma/rdmavt_qp.h @@ -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 */ |