mirror of https://gitee.com/openkylin/linux.git
IPoIB/cm: Remove dead definition of struct ipoib_cm_id
It's completely unused. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
82c3aca6ad
commit
13ef5f44c3
|
@ -56,13 +56,6 @@ MODULE_PARM_DESC(cm_data_debug_level,
|
|||
#define IPOIB_CM_RX_DELAY (3 * 256 * HZ)
|
||||
#define IPOIB_CM_RX_UPDATE_MASK (0x3)
|
||||
|
||||
struct ipoib_cm_id {
|
||||
struct ib_cm_id *id;
|
||||
int flags;
|
||||
u32 remote_qpn;
|
||||
u32 remote_mtu;
|
||||
};
|
||||
|
||||
static struct ib_qp_attr ipoib_cm_err_attr = {
|
||||
.qp_state = IB_QPS_ERR
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue