IB/qib,rdmavt: Move smi_ah to qib

Rdmavt adopted an smi_ah from qib which is not needed by hfi1. Move this
back to qib and get it out of the common library.

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
Dennis Dalessandro
2016-02-14 12:10:55 -08:00
committed by Doug Ledford
parent 611ac09928
commit 4eadd8ff21
3 changed files with 6 additions and 6 deletions

View File

@@ -137,7 +137,6 @@ struct rvt_ibport {
u16 *pkey_table;
struct rvt_ah *sm_ah;
struct rvt_ah *smi_ah;
};
#define RVT_CQN_MAX 16 /* maximum length of cq name */