diff options
author | Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> | 2016-07-25 13:40:10 -0700 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-02 16:00:58 -0400 |
commit | bd24ef5eca75b00c9d98533f5644750de2f29a65 (patch) | |
tree | e89aed7d1d593445f8933136936d5b37e077a89d /drivers/infiniband/hw/hfi1/ruc.c | |
parent | b5e710195492f682d93097cddac13e594d39a946 (diff) | |
download | talos-obmc-linux-bd24ef5eca75b00c9d98533f5644750de2f29a65.tar.gz talos-obmc-linux-bd24ef5eca75b00c9d98533f5644750de2f29a65.zip |
IB/hfi1: Remove unused elements from struct ahg_ib_header
sde and hfi1_ib_header are not used anymore.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Reviewed-by: Dean Luick <dean.luick@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Don Hiatt <don.hiatt@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/ruc.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/ruc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/hfi1/ruc.c b/drivers/infiniband/hw/hfi1/ruc.c index 7e76d33a5774..c7c2f48ad8a8 100644 --- a/drivers/infiniband/hw/hfi1/ruc.c +++ b/drivers/infiniband/hw/hfi1/ruc.c @@ -735,7 +735,6 @@ static inline void build_ahg(struct rvt_qp *qp, u32 npsn) qp->s_ahgpsn = npsn; priv->s_hdr->tx_flags |= SDMA_TXREQ_F_AHG_COPY; /* save to protect a change in another thread */ - priv->s_hdr->sde = priv->s_sde; priv->s_hdr->ahgidx = qp->s_ahgidx; qp->s_flags |= RVT_S_AHG_VALID; } @@ -804,7 +803,6 @@ void hfi1_make_ruc_header(struct rvt_qp *qp, struct hfi1_other_headers *ohdr, priv->s_hdr->tx_flags = 0; priv->s_hdr->ahgcount = 0; priv->s_hdr->ahgidx = 0; - priv->s_hdr->sde = NULL; if (qp->s_mig_state == IB_MIG_MIGRATED) bth0 |= IB_BTH_MIG_REQ; else |